Heat plot in Matlab

조회 수: 2 (최근 30일)
Prasad Joshi
Prasad Joshi 2022년 1월 19일
편집: Prasad Joshi 2022년 1월 20일
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