view m-toolbox/m/gui/ltpdv/callbacks/ltpdv_cb_mainfigClose.m @ 14:6d43f39633b8
database-connection-manager
Remove unused functions from utils.jmysql
author
Daniele Nicolodi <nicolodi@science.unitn.it>
date
Mon, 05 Dec 2011 16:20:06 +0100 (2011-12-05)
parents
f0afece42f48
children
line source
+ − function ltpdv_cb_mainfigClose(varargin)
+ −
+ − % 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 $
+ − %
+ −
+ − disp('* Goodbye from the LTPDA Dataviewer *')
+ − delete(varargin{1})
+ −
+ −
+ −
+ −