contourf with no isoline

187 Ansichten (letzte 30 Tage)
Shani Gal
Shani Gal am 13 Feb. 2012
Kommentiert: Utility am 20 Jun. 2022
Hi
How do I plot a contourf plot only with colors and no isolines?
"filled contour plot displays isolines calculated from matrix Z and fills the areas between the isolines using constant colors corresponding to the current figure's colormap"
I wish to have only the color between the isolines but no isolines..
Thanks
Shani

Akzeptierte Antwort

Andrew Newell
Andrew Newell am 13 Feb. 2012
Here is an example of how to do it:
[C,h] = contourf(peaks(20),10);
set(h,'LineColor','none')
  4 Kommentare
Shani Gal
Shani Gal am 19 Feb. 2012
Thanks, how do I change the label on the axis? a 20x400 matrix will display 0 to 20 and 0 to 400. How do I assign real values to this numbers?
Oanh Bui
Oanh Bui am 2 Aug. 2015
Thanks so much. it worked.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (1)

Todd
Todd am 7 Mär. 2012
You can also put 'LineColor', 'none' in the argument list to contourf.

Kategorien

Mehr zu Contour Plots finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by