Callback executed when the GUI is closed
0001 function ltpda_specwin_viewer_close(varargin) 0002 % Callback executed when the GUI is closed 0003 0004 disp('* Goodbye from the LTPDA Spectral Window Viewer *') 0005 delete(varargin{1}) 0006 0007 end 0008