comparison m-toolbox/classes/@specwinViewer/cb_plot.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 cb_plot(varargin)
2
3 mainfig = varargin{end};
4
5 specwinViewer.plotWindow(mainfig, 'Freq-domain');
6
7 figure;
8 specwinViewer.plotWindow(gca, mainfig, 'Time-domain');
9 figure;
10 specwinViewer.plotWindow(gca, mainfig, 'Freq-domain');
11
12 end