earth_rose

版本 1.1.0.0 (1.6 KB) 作者: Cameron Sparr
Create a MATLAB 'rose' plot using earth-coordinate angle measures, and with axis labels N,S,E,W
530.0 次下载
更新时间 2011/11/8

查看许可证

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

引用格式

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

MATLAB 版本兼容性
创建方式 R2010b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Weather and Atmospheric Science 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.1.0.0

updated summary

1.0.0.0