Al momento, stai seguendo questo contributo
- Vedrai gli aggiornamenti nel tuo feed del contenuto seguito
- Potresti ricevere delle email a seconda delle tue preferenze per le comunicazioni
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)
Cita come
Matthew Foster (2026). secplot (https://it.mathworks.com/matlabcentral/fileexchange/14174-secplot), MATLAB Central File Exchange. Recuperato .
Informazioni generali
- Versione 1.0.0.0 (1,69 KB)
Compatibilità della release di MATLAB
- Compatibile con qualsiasi release
Compatibilità della piattaforma
- Windows
- macOS
- Linux
| Versione | Pubblicato | Note della release | Action |
|---|---|---|---|
| 1.0.0.0 | Added example to help. |
