earth_rose

Create a MATLAB 'rose' plot using earth-coordinate angle measures, and with axis labels N,S,E,W
534 descargas
Actualizado 8 nov 2011

Ver licencia

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);

Citar como

Cameron Sparr (2024). earth_rose (https://www.mathworks.com/matlabcentral/fileexchange/33664-earth_rose), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2010b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Weather and Atmospheric Science en Help Center y MATLAB Answers.

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.1.0.0

updated summary

1.0.0.0