Mercurial > hg > octave-nkf
comparison scripts/plot/plot3.m @ 6448:2110cc251779
[project @ 2007-03-24 02:47:36 by jwe]
author | jwe |
---|---|
date | Sat, 24 Mar 2007 02:47:36 +0000 |
parents | a5cd8b77e892 |
children | 5dc550e1f419 |
comparison
equal
deleted
inserted
replaced
6447:3f79532415b5 | 6448:2110cc251779 |
---|---|
85 ## plot3(z, exp(2i*pi*z), ";complex sinusoid;"); | 85 ## plot3(z, exp(2i*pi*z), ";complex sinusoid;"); |
86 ## @end group | 86 ## @end group |
87 ## @end example | 87 ## @end example |
88 ## | 88 ## |
89 ## @seealso{plot, semilogx, semilogy, loglog, polar, mesh, contour, __pltopt__ | 89 ## @seealso{plot, semilogx, semilogy, loglog, polar, mesh, contour, __pltopt__ |
90 ## bar, stairs, errorbar, replot, xlabel, ylabel, title, print} | 90 ## bar, stairs, errorbar, xlabel, ylabel, title, print} |
91 ## @end deftypefn | 91 ## @end deftypefn |
92 | 92 |
93 ## Author: Paul Kienzle | 93 ## Author: Paul Kienzle |
94 ## (modified from __plt__.m) | 94 ## (modified from __plt__.m) |
95 | 95 |