Creating a simple contour plot / Heat map
Mostra commenti meno recenti
I have edited this question to try to make it more clear:
As an example, I have the following arrays:
a =
1 2 3
1 2 3
b =
2 3 4
5 6 7
c =
3 4 5
6 7 8
contour(a,b,c) will give me something like this:

I want it to look like this though:

How can I fix this?
PS: Additional Confusion. On the first picture, why does the line go to put a value at (1.5,2.5)? I didnt list an (a,b) of those values together..
2 Commenti
José-Luis
il 28 Ago 2014
Are you trying to get isotherms?
Andrew Reibold
il 28 Ago 2014
Modificato: Andrew Reibold
il 28 Ago 2014
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Contour Plots in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!