secplot

Plot given theta and phi values as a series of wedges of equal width.

Vous suivez désormais cette soumission

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)

Citation pour cette source

Matthew Foster (2026). secplot (https://fr.mathworks.com/matlabcentral/fileexchange/14174-secplot), MATLAB Central File Exchange. Extrait(e) le .

Catégories

En savoir plus sur Polar Plots dans Help Center et MATLAB Answers

Informations générales

Compatibilité avec les versions de MATLAB

  • Compatible avec toutes les versions

Plateformes compatibles

  • Windows
  • macOS
  • Linux
Version Publié le Notes de version Action
1.0.0.0

Added example to help.