Plotting a heat map using surf function

15 vues (au cours des 30 derniers jours)
Roohollah
Roohollah le 29 Sep 2023
Commenté : Roohollah le 3 Oct 2023
I have a 2D matrix and I want to plot a heat map. I use the following codes:
fig = surf(X,Y,F);
set(fig,'linestyle','none')
view(2)
But it displays just a plan entirely blue despite the large difference between Z values as shown in image below. How can I fix this issue?
  6 commentaires
Dyuman Joshi
Dyuman Joshi le 2 Oct 2023
I ran the code again and plotted some data tips, and the output is still different from what you got.
Check the image attached.
Roohollah
Roohollah le 3 Oct 2023
That's fine.
Thanks for your time and consideration

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Graphics Performance dans Help Center et File Exchange

Tags

Produits


Version

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by