Mercurial > hg > ltpda
comparison m-toolbox/m/gui/ltpdalauncher/ltpda_launcher_workbench.m @ 0:f0afece42f48
Import.
author | Daniele Nicolodi <nicolodi@science.unitn.it> |
---|---|
date | Wed, 23 Nov 2011 19:22:13 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:f0afece42f48 |
---|---|
1 % Callback executed when the LTPDA Workbench button is pressed | |
2 % | |
3 % M Hewitson | |
4 % | |
5 % $Id: ltpda_launcher_workbench.m,v 1.2 2009/02/03 15:24:58 hewitson Exp $ | |
6 % | |
7 function ltpda_launcher_workbench(varargin) | |
8 | |
9 | |
10 evalin('base', 'LTPDAworkbench'); | |
11 | |
12 | |
13 end |