Azzera filtri
Azzera filtri

Problem with contourf plotting

7 visualizzazioni (ultimi 30 giorni)
Michael
Michael il 17 Ott 2014
Commentato: Michael il 20 Ott 2014
I seem to have a problem with the contourf function. The data I am plotting (see attached) seems to plot fine with the 'surf' command and 'contour' as well, but the plot changes when I use contourf. I am using the following command for plot the data:
contourf(p_R,Q_R,pow_R);
I have included examples of each of the plots to show the difference between contourf, surf, and contour. I have reproduced this issue on another computer. Does anyone know if there is some bug in contourf that would cause this issue?
I found a work around by using 'flipud' on each of the matricies, but I don't know why this works.
contourf(flipud(p_R),flipud(Q_R),flipud(pow_R));
I have included a plot of this result as well.
Any ideas on what the problem is? (I am running 2013b)
Thanks, -Michael

Risposta accettata

Mike Garrity
Mike Garrity il 17 Ott 2014
I think I've seen that one before and that it's fixed in R2014b.
If I remember correctly, it had something to do with the way the grid doubled over on itself as you can see along the right side of your example if you zoom in. Even in the best case that sort of doubling over causes some strange effects with contours. It's not really clear to me exactly what's "correct" in this situation, but clearly what 13b is doing is not correct! Here's what I get with 14b.
Any chance you could give it a try with the new release and see what you think?
  1 Commento
Michael
Michael il 20 Ott 2014
Awesome. Thanks. Looks like it is time to upgrade.

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Contour Plots in Help Center e File Exchange

Tag

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by