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 日

0 投票

5 件のコメント

Prasad Joshi
Prasad Joshi 2022 年 1 月 20 日
Thank you KSSV ...I am using 2016 b there ther i am getting error while using this varible ..any other method will be highly useful. Thank you in advance
KSSV
KSSV 2022 年 1 月 20 日
Okay...the function is introduced in 2017a.
Prasad Joshi
Prasad Joshi 2022 年 1 月 20 日
編集済み: Prasad Joshi 2022 年 1 月 20 日
Any other alternative sir.....How can i proceed.......Thank you in advance
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 件)

カテゴリ

ヘルプ センター および File ExchangeColor and Styling についてさらに検索

質問済み:

2022 年 1 月 19 日

編集済み:

2022 年 1 月 20 日

Community Treasure Hunt

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

Start Hunting!

Translated by