Syntax:
       [HANDLES,DATA] = WIND_ROSE(D,I,VARARGIN)
 
    Inputs:
       D   Directions
       I   Intensities
       VARARGIN:
        -dtype, type of input directions D, standard or meteo,
             if meteo, the conversion dnew=mod(-90-D,360) is done;
             if not meteo, standard is used (default)
        -n, number of D subdivisons
        -di, intensities subdivisons, default is automatic
        -ci, percentage circles to draw, default is automatic
        -labtitle, main title
        -lablegend, legend title
        -cmap, colormap [jet]
        -colors, to use instead of colormap, for each di
        -quad, Quadrant to show percentages [1]
        -ri, empty internal radius, relative to size of higher
             percentage [1/30]
        -legtype, legend type: 1, continuous, 2, separated boxes [2]
        -bcolor, full rectangle border color ['none']
        -lcolor, line colors for axes and circles ['k']
        -percbg, percentage labels bg ['w']
        -ax, to place wind rose on pervious axes, the input for ax
             must be [theax x y width], where theax is the previous
             axes, x and y are the location and width is the wind
             rose width relative to theax width (default=1/5)
        -parent, by default a new axes is created unless parent is
                 given, ex, parent may be a subplot
        -iflip, flip the intensities as they go outward radially, ie,
                 highest values are placed nearest the origin [{0} 1]
        -inorm, normalize intensities, means all angles will have 100%
        -incout, if 0, data outside di limits will not be used [0 {1}]
 
    Output:
       HANDLES   Handles of all lines, fills, texts
       DATA   Wind rose occurences per direction and intensity
Cita come
M MA (2025). Wind_rose (https://it.mathworks.com/matlabcentral/fileexchange/17748-wind_rose), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Compatibilità della piattaforma
Windows macOS LinuxCategorie
- MATLAB > Graphics > 2-D and 3-D Plots > Polar Plots >
 - Sciences > Geoscience > Weather and Atmospheric Science >
 
Tag
Riconoscimenti
Ispirato: Wind Rose / Energy Rose, Wind Rose
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.
| Versione | Pubblicato | Note della release | |
|---|---|---|---|
| 1.4.0.0 | Small Bug fix. The percentages where wrong when using intensities equal to the lower value of the highest intensity subdivision, basically an academic case.  | 
          ||
| 1.3.0.0 | Small Bug fix. The percentages where wrong when using intensities equal to the lower value of the highest intensity subdivision, basically an academic case.  | 
          ||
| 1.2.0.0 | Added incout option: if 0, data outside di limits will not be considered. By default is 1.  | 
          ||
| 1.1.0.0 | -Added varargin option parent, to select the axes/subplot where to place the wind rose
  | 
          ||
| 1.0.0.0 | Added varargin iflip:
  | 
          
