comparison m-toolbox/test/gui/functions/gltpda_setPlots.m @ 0:f0afece42f48

Import.
author Daniele Nicolodi <nicolodi@science.unitn.it>
date Wed, 23 Nov 2011 19:22:13 +0100
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:f0afece42f48
1 function gltpda_setPlots(handles)
2
3 % GLTPDA_SETPLOT plot the currently selected AOs on the GUI axes.
4 %
5 % M Hewitson 15-02-07
6 %
7 % $Id: gltpda_setPlots.m,v 1.1 2007/03/12 13:00:31 hewitson Exp $
8 %
9
10
11 gltpda_aoPlot(handles, handles.dataaxes);
12 gltpda_plotHist(handles, handles.histaxes);