Sie verfolgen jetzt diese Einreichung
- Aktualisierungen können Sie in Ihrem Feed verfolgter Inhalte sehen.
- Je nach Ihren Kommunikationseinstellungen können Sie auch E-Mails erhalten.
The purpose of this submission is to provide a simple to use wind rose generator which bins the data for you. It is also possible to create an energy rose.
Syntax:
WindRoseData = WindRose(AxisHandle, WindDirectionData, Data, ...
WindDirectionBins, WindSpeedBins, CirclePositions, ...
Title, varargin)
Example:
WindRoseData = WindRose(gca, 360 * rand(1000, 1), 40 * rand(1000, 1), ...
0 : 30 : 330, 2.5 : 5 : 37.5, [5 10 15 20], ...
'My first wind rose!');
The basic idea came from this submission: http://www.mathworks.com/matlabcentral/fileexchange/17748-wind-rose. The best results are procuded using a recent MATLAB version, because of the new anti-aliasing for plots.
Zitieren als
Vincent Wilms (2026). Wind Rose / Energy Rose (https://de.mathworks.com/matlabcentral/fileexchange/53461-wind-rose-energy-rose), MATLAB Central File Exchange. Abgerufen .
Quellenangaben
Inspiriert von: Wind_rose
Allgemeine Informationen
- Version 1.2.0.0 (4,01 KB)
Kompatibilität der MATLAB-Version
- Kompatibel mit allen Versionen
Plattform-Kompatibilität
- Windows
- macOS
- Linux
| Version | Veröffentlicht | Versionshinweise | Action |
|---|---|---|---|
| 1.2.0.0 | Reduced the dependencies and included the remaining dependencies in WindRose.m to have just a single file. |
||
| 1.1.0.0 | Implemented support to disable specific or all decorations. |
||
| 1.0.0.0 |
