Matlab: wind rose plot: change legend
我想绘制风玫瑰图,但我的风速数据非常低 (0-20)。我在这里找到了 WindRose 包(https://se.mathworks.com/matlabcentral/fileexchange/47248-wind-rose),它给了我情节。但是我在任何地方都找不到如何更改风速值或如何更改图例标题。
感谢您的帮助!
从函数文档看来,调用函数时可以简单地设置以下两个参数。
第一个将您的图例标题作为输入。
第二个将采用最大风速。还有另一个选项 (
1 2 3 4 | % PARAMETER CLASS DEFAULT VALUE DESCRIPTION 'lablegend' String. 'Wind speeds in m/s' String that will appear at the top of the legend. Can be empty. 'speedround' Numeric. [] (auto) Maximum wind speed will be rounded to the first higher whole multiple of WindSpeedRound. |