Mercurial > hg > ltpda
view m-toolbox/test/test_plotter_factory.m @ 52:daf4eab1a51e database-connection-manager tip
Fix. Default password should be [] not an empty string
author | Daniele Nicolodi <nicolodi@science.unitn.it> |
---|---|
date | Wed, 07 Dec 2011 17:29:47 +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