diff scripts/plot/fplot.m @ 7245:d65670971cbc

[project @ 2007-12-04 03:03:54 by jwe]
author jwe
date Tue, 04 Dec 2007 03:03:55 +0000
parents a1dbe9d80eee
children 96f86c256ca0
line wrap: on
line diff
--- a/scripts/plot/fplot.m	Tue Dec 04 02:27:27 2007 +0000
+++ b/scripts/plot/fplot.m	Tue Dec 04 03:03:55 2007 +0000
@@ -116,3 +116,9 @@
     legend (nams{:});
   endif
 endfunction
+
+%!demo
+%! fplot ("cos", [0, 2*pi])
+
+%!demo
+%! fplot ("[cos(x), sin(x)]", [0, 2*pi])