view m-toolbox/test/test_plotter_factory.m @ 11:9174aadb93a5 database-connection-manager

Add LTPDA Repository utility functions into utils.repository
author Daniele Nicolodi <nicolodi@science.unitn.it>
date Mon, 05 Dec 2011 16:20:06 +0100
parents f0afece42f48
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