view m-toolbox/m/gui/ltpdv/callbacks/ltpdv_cb_mainfigClose.m @ 0:f0afece42f48

Import.
author Daniele Nicolodi <nicolodi@science.unitn.it>
date Wed, 23 Nov 2011 19:22:13 +0100
parents
children
line wrap: on
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})