comparison 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
comparison
equal deleted inserted replaced
7244:5a9561046b89 7245:d65670971cbc
46 if (nargout > 0) 46 if (nargout > 0)
47 h = tmp; 47 h = tmp;
48 endif 48 endif
49 49
50 endfunction 50 endfunction
51
52 %!demo
53 %! theta = 0:0.2:6;
54 %! stem3 (cos (theta), sin (theta), theta)