Mercurial > hg > ltpda
view m-toolbox/test/test_plotter_factory.m @ 22:b11e88004fca database-connection-manager
Update collection.fromRepository
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