comparison m-toolbox/m/gui/ltpdalauncher/ltpda_launcher_launch_repogui.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 REPO GUI button is pressed
2 %
3 % M Hewitson
4 %
5 % $Id: ltpda_launcher_launch_repogui.m,v 1.4 2009/02/03 08:26:14 mauro Exp $
6 %
7
8 function ltpda_launcher_launch_repogui(varargin)
9
10 repogui;
11
12
13 end