comparison scripts/plot/polar.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 76e3d985ae56
comparison
equal deleted inserted replaced
6447:3f79532415b5 6448:2110cc251779
22 ## Make a two-dimensional plot given polar the coordinates @var{theta} and 22 ## Make a two-dimensional plot given polar the coordinates @var{theta} and
23 ## @var{rho}. 23 ## @var{rho}.
24 ## 24 ##
25 ## The optional third argument specifies the line type. 25 ## The optional third argument specifies the line type.
26 ## @seealso{plot, semilogx, semilogy, loglog, mesh, contour, bar, 26 ## @seealso{plot, semilogx, semilogy, loglog, mesh, contour, bar,
27 ## stairs, replot, xlabel, ylabel, title} 27 ## stairs, xlabel, ylabel, title}
28 ## @end deftypefn 28 ## @end deftypefn
29 29
30 ## Author: jwe 30 ## Author: jwe
31 31
32 function retval = polar (varargin) 32 function retval = polar (varargin)