Mercurial > hg > ltpda
annotate m-toolbox/test/gui/functions/gltpda_setPlots.m @ 43:bc767aaa99a8
CVS Update
author | Daniele Nicolodi <nicolodi@science.unitn.it> |
---|---|
date | Tue, 06 Dec 2011 11:09:25 +0100 |
parents | f0afece42f48 |
children |
rev | line source |
---|---|
0 | 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); |