Callback executed when the main figure closes M Hewitson $Id: ltpda_launcher_close.m,v 1.1 2008/03/07 08:37:08 hewitson Exp $
0001 function ltpda_launcher_close(varargin) 0002 0003 % Callback executed when the main figure closes 0004 % 0005 % M Hewitson 0006 % 0007 % $Id: ltpda_launcher_close.m,v 1.1 2008/03/07 08:37:08 hewitson Exp $ 0008 % 0009 0010 0011 disp('* Goodbye from the LTPDA Launch Bay *') 0012 delete(varargin{1}) 0013 0014 0015 0016 end