Mercurial > hg > ltpda
annotate m-toolbox/m/gui/ltpdalauncher/ltpda_launcher_close.m @ 49:0bcdf74587d1 database-connection-manager
Cleanup
author | Daniele Nicolodi <nicolodi@science.unitn.it> |
---|---|
date | Wed, 07 Dec 2011 17:24:36 +0100 |
parents | f0afece42f48 |
children |
rev | line source |
---|---|
0 | 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 |