comparison scripts/plot/polar.m @ 6895:76e3d985ae56

[project @ 2007-09-13 18:22:38 by jwe]
author jwe
date Thu, 13 Sep 2007 18:22:51 +0000
parents 2110cc251779
children 93c65f2a5668
comparison
equal deleted inserted replaced
6894:0a71f51ae624 6895:76e3d985ae56
21 ## @deftypefn {Function File} {} polar (@var{theta}, @var{rho}, @var{fmt}) 21 ## @deftypefn {Function File} {} polar (@var{theta}, @var{rho}, @var{fmt})
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}
27 ## stairs, xlabel, ylabel, title}
28 ## @end deftypefn 27 ## @end deftypefn
29 28
30 ## Author: jwe 29 ## Author: jwe
31 30
32 function retval = polar (varargin) 31 function retval = polar (varargin)