Mercurial > hg > ltpda
view m-toolbox/classes/@constructor/cb_mainfigClose.m @ 24:056f8e1e995e database-connection-manager
Properly record history in fromRepository constructors
author | Daniele Nicolodi <nicolodi@science.unitn.it> |
---|---|
date | Mon, 05 Dec 2011 16:20:06 +0100 |
parents | f0afece42f48 |
children |
line wrap: on
line source
% CB_MAINFIGCLOSE close callback for repogui2. % % M Hewitson 22-09-08 % % $Id: cb_mainfigClose.m,v 1.1 2008/12/02 08:02:53 hewitson Exp $ % function cb_mainfigClose(varargin) mainfig = varargin{end}; disp('* Goodbye from the LTPDA Constructor Helper *') delete(mainfig.handle) delete(mainfig) % delete 'ans' variable associated with this repogui evalin('base', 'if exist(''ans'', ''var'') && isa(ans, ''sigBuilder''), clear(''ans''); end'); end