diff 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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/m-toolbox/test/test_plotter_factory.m	Wed Nov 23 19:22:13 2011 +0100
@@ -0,0 +1,16 @@
+% 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
+