earth_rose
Versione 1.1.0.0 (1,64 KB) da
Cameron Sparr
Create a MATLAB 'rose' plot using earth-coordinate angle measures, and with axis labels N,S,E,W
EARTH_ROSE direction rose from earth coordinate angles.
Syntax:
EARTH_ROSE(E)
EARTH_ROSE(E, nbins)
Inputs:
E: Angular current direction in degrees, earth coordinates.
OPTIONAL:
nbins: number of bins to plot histogram
Example:
theta = [110 110 110 90 288 290 292];
nbins = 20;
earth_rose(theta, nbins);
Cita come
Cameron Sparr (2025). earth_rose (https://www.mathworks.com/matlabcentral/fileexchange/33664-earth_rose), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Creato con
R2010b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS LinuxCategorie
Scopri di più su Weather and Atmospheric Science in Help Center e MATLAB Answers
Tag
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.