graypolarplot — Polar 2D plot of a surface using colors
graypolarplot(theta,rho,z,[strf,rect])
a vector with size n1, the discretization of the the angle in radian.
a vector with size n2, the discretization of the radius
real matrix of size (n1,n2). z(i,j)
is the value
of the surface at the point (theta(i),rho(j)).
is a string of length 3 "xy0"
.
The default is "030"
.
controls the display of captions.
no captions.
captions are displayed. They are given by the
optional argument leg
.
controls the computation of the frame.
the current boundaries (set by a previous call to another high level plotting function) are used. Useful when superposing multiple plots.
the optional argument rect
is used to
specify the boundaries of the plot.
the boundaries of the plot are computed using min
and max values of x
and
y
.
like y=1
but produces isoview
scaling.
like y=2
but produces isoview
scaling.
like y=1
but plot2d
can
change the boundaries of the plot and the ticks of the
axes to produce pretty graduations. When the zoom button
is activated, this mode is used.
like y=2
but plot2d
can
change the boundaries of the plot and the ticks of the
axes to produce pretty graduations. When the zoom button
is activated, this mode is used.
like y=5
but the scale of the new
plot is merged with the current scale.
like y=6
but the scale of the new
plot is merged with the current scale.
a string. It is used when the first character x of argument
strf
is 1. leg
has the form
"leg1@leg2@...."
where leg1
,
leg2
, etc. are respectively the captions of the first
curve, of the second curve, etc. The default is ""
.
This argument is used when the second character y of argument
strf
is 1, 3 or 5. It is a row vector of size 4 and
gives the dimension of the frame:
rect=[xmin,ymin,xmax,ymax]
.