comparison scripts/plot/plot3.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 5e90111a28b3
comparison
equal deleted inserted replaced
7244:5a9561046b89 7245:d65670971cbc
299 if (nargout > 0 && idx > 0) 299 if (nargout > 0 && idx > 0)
300 retval = tmp; 300 retval = tmp;
301 endif 301 endif
302 302
303 endfunction 303 endfunction
304
305 %!demo
306 %! z = [0:0.05:5];
307 %! plot3 (cos(2*pi*z), sin(2*pi*z), z, ";helix;");
308 %! plot3 (z, exp(2i*pi*z), ";complex sinusoid;");