Heat plot in Matlab

2 次查看(过去 30 天)
Prasad Joshi
Prasad Joshi 2022-1-19
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

采纳的回答

KSSV
KSSV 2022-1-19
  5 个评论
KSSV
KSSV 2022-1-20
Follow the fileexchange....
Prasad Joshi
Prasad Joshi 2022-1-20
编辑:Prasad Joshi 2022-1-20
Thank you siva sir

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Colormaps 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by