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

[project @ 2007-12-04 03:03:54 by jwe]
author jwe
date Tue, 04 Dec 2007 03:03:55 +0000
parents ef3fad1f36da
children 961d4c52ffae
line wrap: on
line diff
--- a/scripts/plot/stem3.m
+++ b/scripts/plot/stem3.m
@@ -48,3 +48,7 @@
   endif
 
 endfunction
+
+%!demo
+%! theta = 0:0.2:6; 
+%! stem3 (cos (theta), sin (theta), theta)