0001 function cb_mainfigClose(varargin) 0002 0003 disp('* Goodbye from the LTPDA Repository GUI *') 0004 delete(varargin{1}) 0005 0006 0007 0008