Callback executed when the main figure closes M Hewitson $Id: ltpdv_cb_mainfigClose.m,v 1.1 2008/05/11 10:38:43 hewitson Exp $
0001 function ltpdv_cb_mainfigClose(varargin) 0002 0003 % Callback executed when the main figure closes 0004 % 0005 % M Hewitson 0006 % 0007 % $Id: ltpdv_cb_mainfigClose.m,v 1.1 2008/05/11 10:38:43 hewitson Exp $ 0008 % 0009 0010 disp('* Goodbye from the LTPDA Dataviewer *') 0011 delete(varargin{1}) 0012 0013 0014 0015