view m-toolbox/test/test_plotter_factory.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

% Test script for the plotterFactory and associated plotters

a = ao(1);
b = ao(2);
t1 = ao(plist('tsfcn', 't', 'fs', 10, 'nsecs', 10));

p1 = plotterFactory.makePlotter(t1)
methods(p1)
class(p1)
p1.singlePlots

p2 = plotterFactory.makePlotter(a,b)
methods(p2)
class(p2)
p2.singlePlots