Rank: 166 based on 318 downloads (last 30 days) and 30 files submitted
photo

M MA

E-mail
Company/University
REMO/PETROBRAS - Univ. Federal da Bahia

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Files Posted by M View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
17 Jun 2010 Screenshot Wind_rose Wind rose of direction and intensity Author: M MA direction, wind rose, graphics, plotting, intensity, wind_rose 148 79
  • 4.58537
4.6 | 43 ratings
04 Jun 2009 Screenshot velocity field using weather code Plot 2D velocity field using weather/meteorological code Author: M MA weather meteorologica..., wind arrows 5 2
  • 1.0
1.0 | 1 rating
14 May 2008 Screenshot cbarf Real filled colorbar Author: M MA annotation, customization, colorbar, colorbarf, real, realistic 28 16
  • 4.66667
4.7 | 9 ratings
20 Feb 2008 Screenshot ncx, NetCDF eXplorer Interface for NetCDF visualisation Author: M MA ncx, netcdf, data, data export, explorer, utilities 44 14
  • 4.5
4.5 | 8 ratings
01 Jun 2007 unpack Unpack list to variables Author: M MA unpack, list, variables, allow, utilities 0 2
Comments and Ratings by M View all
Updated File Comments Rating
01 Jul 2010 Wind_rose Wind rose of direction and intensity Author: M MA

Dear Seb

The option 'ax' is used to place the wind rose over an existing axes. But a new axes is created and placed over the other.

What you should do is to use the option 'parent' which let you choose the wind rose axes.

do this:
wind_rose(d, v, 'parent',ax)

In your first example,
ax = axes('Parent', fig)
wind_rose(d, v, 'ax', [ax .5 .5 1])

a new axes was created ... if there was something ploted in ax you wouldn't see it since wou chose to use the full ax width (1).

However I noticed that there is a missing line of code for the option 'parent' to work properly:
add axes(parent) after the line 252 (of the latest version). I will update this soon...

17 Jun 2010 Wind_rose Wind rose of direction and intensity Author: M MA

Dear Li Liao.
Yes you are right. I already fixed a small bug I found and uploaded the new version.
The percentages where wrong only when using intensities equal to the lower value of the highest intensity subdivision, basically an academic case.
Thank you

14 Apr 2009 dict General purpose data storage object Author: Doug Harriman

excellent submission
I wonder why matlab doesn't have built-in dictionaries

Comments and Ratings on M's Files View all
Updated File Comment by Comments Rating
09 Feb 2012 ncx, NetCDF eXplorer Interface for NetCDF visualisation Author: M MA Chen, Jinqiang

same problem. couldn't run

22 Dec 2011 Wind_rose Wind rose of direction and intensity Author: M MA Reitzel, Poul

Thanks for a functional, easy to use program, M Ma.

I have one question:

I am plotting a "damage rose" (damage calculated using the Palmgren-Miner damage summation rule), in which i want to plot the damage caused by waves with different wave height from 4 different incident directions on a structure. I want to plot the rose with wave heights on the legend but damage (a number between 0 and 1 for each wave) on the rose. So all in all i have three vectors: One for incident directions, one for wave heights for each direction and a final containing the damage caused by each wave height. All vectors have the same length of course. Is there a way to solve my problem using your algorithm, or does it require modifications from my side?

- Best regards
Poul

19 Dec 2011 Wind_rose Wind rose of direction and intensity Author: M MA Fredrik

Great! Just a question, how can I get the length of each bar to be determined by the sum of values inside limits instead of number of values inside limits? (So that I can create an energy rose instead of just a wind rose)

15 Dec 2011 Wind_rose Wind rose of direction and intensity Author: M MA Pikridas, Michael

There are handles available that include the labels of the legend too.

The problem is that the handles change by plot. So if in one plot the legend title handle is h(20) in another one is h(22) so you have to change them in each plot which is cumbersome.

This is what I am trying to figure out actually.

14 Dec 2011 Wind_rose Wind rose of direction and intensity Author: M MA Kappa, Bryan

I need more functionality on labeling the polar axis. I need to label the axis in degrees, and I can't submit the images in my report unless they have labels.

I tried messing with the code to get it to work, but haven't been able to figure it out yet. Any ideas?

Top Tags Applied by M
graphics, utilities, plotting, specialized, directories
Files Tagged by M View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
17 Jun 2010 Screenshot Wind_rose Wind rose of direction and intensity Author: M MA direction, wind rose, graphics, plotting, intensity, wind_rose 148 79
  • 4.58537
4.6 | 43 ratings
04 Jun 2009 Screenshot velocity field using weather code Plot 2D velocity field using weather/meteorological code Author: M MA weather meteorologica..., wind arrows 5 2
  • 1.0
1.0 | 1 rating
14 May 2008 Screenshot cbarf Real filled colorbar Author: M MA annotation, customization, colorbar, colorbarf, real, realistic 28 16
  • 4.66667
4.7 | 9 ratings
20 Feb 2008 Screenshot ncx, NetCDF eXplorer Interface for NetCDF visualisation Author: M MA ncx, netcdf, data, data export, explorer, utilities 44 14
  • 4.5
4.5 | 8 ratings
01 Jun 2007 unpack Unpack list to variables Author: M MA unpack, list, variables, allow, utilities 0 2

Contact us at files@mathworks.com