secplot
by Matthew Foster
06 Mar 2007
(Updated 08 Mar 2007)
Plot given theta and phi values as a series of wedges of equal width.
|
Watch this File
|
| File Information |
| Description |
secplot(theta, rho)
Plot wedges of equal angular width (centered on each value in theta, which should be equally spaced), with the radii listed in rho.
Addition input arguments are passed to 'set' which is run on the object handle returned by polar (used to do the plotting).
Example:
th = 0:pi/4:2*pi
rho = sin(th/10)
secplot(th, rho) |
| MATLAB release |
MATLAB 7.3 (R2006b)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 08 Mar 2007 |
Added example to help. |
|
Contact us at files@mathworks.com