comparison m-toolbox/m/gui/ltpdalauncher/ltpda_launcher_close.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 main figure closes
2 %
3 % M Hewitson
4 %
5 % $Id: ltpda_launcher_close.m,v 1.2 2009/02/01 17:57:09 hewitson Exp $
6 %
7 function ltpda_launcher_close(varargin)
8
9
10
11 disp('* Goodbye from the LTPDA Launch Bay *')
12 delete(varargin{1})
13
14
15
16 end