secplot

Plot given theta and phi values as a series of wedges of equal width.
1.1K Downloads
Updated 8 Mar 2007

View License

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)

Cite As

Matthew Foster (2024). secplot (https://www.mathworks.com/matlabcentral/fileexchange/14174-secplot), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2006b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Polar Plots in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0

Added example to help.