comparison scripts/plot/plot.m @ 5642:2618a0750ae6

[project @ 2006-03-06 21:26:48 by jwe]
author jwe
date Mon, 06 Mar 2006 21:26:54 +0000
parents 74804828df1a
children ace8d8d26933
comparison
equal deleted inserted replaced
5641:eb998631a4aa 5642:2618a0750ae6
160 ## plot (t, cos(t), "-;cos(t);", t, sin(t), "+3;sin(t);"); 160 ## plot (t, cos(t), "-;cos(t);", t, sin(t), "+3;sin(t);");
161 ## @end example 161 ## @end example
162 ## 162 ##
163 ## This will plot the cosine and sine functions and label them accordingly 163 ## This will plot the cosine and sine functions and label them accordingly
164 ## in the key. 164 ## in the key.
165 ## @seealso{semilogx, semilogy, loglog, polar, mesh, contour, __pltopt__
166 ## bar, stairs, errorbar, replot, xlabel, ylabel, title}
165 ## @end deftypefn 167 ## @end deftypefn
166 ##
167 ## @seealso{semilogx, semilogy, loglog, polar, mesh, contour, __pltopt__
168 ## bar, stairs, errorbar, replot, xlabel, ylabel, and title}
169 168
170 ## Author: jwe 169 ## Author: jwe
171 170
172 function plot (varargin) 171 function plot (varargin)
173 172