Heat plot in Matlab

6 Ansichten (letzte 30 Tage)
Prasad Joshi
Prasad Joshi am 19 Jan. 2022
Bearbeitet: Prasad Joshi am 20 Jan. 2022
I am looking for heat plot like this in matlab I have done this excel and not finding any input in Matlab ..Any code or keyword will be helpful ......Thank you in advance....Just to add on I am using 2016 b using following code I am getting following error;_
cdata = [45 60 32; 43 54 76; 32 94 68; 23 95 58];
xvalues = {'Small','Medium','Large'};
yvalues = {'Green','Red','Blue','Gray'};
h = heatmap(xvalues,yvalues,cdata);
any other alternative will be highly helpful ...Thank you in advance

Akzeptierte Antwort

KSSV
KSSV am 19 Jan. 2022
  5 Kommentare
KSSV
KSSV am 20 Jan. 2022
Follow the fileexchange....
Prasad Joshi
Prasad Joshi am 20 Jan. 2022
Bearbeitet: Prasad Joshi am 20 Jan. 2022
Thank you siva sir

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Colormaps finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by