heatmap giving a "Cannot find an exact (case-sensitive) match for 'heatmap' " error
2 ビュー (過去 30 日間)
古いコメントを表示
i'm using MATLAB 2016. Whenever I try to run the heatmap function, I keep getting the following error:
Cannot find an exact (case-sensitive) match for 'heatmap'
The closest match is: HeatMap in C:\Program Files\MATLAB\R2016a\toolbox\bioinfo\microarray\@HeatMap\HeatMap.m
What exactly should I type to get rid of this problem? I understand that it as something to do with the path but can't figure it out exactly.
0 件のコメント
採用された回答
Kojiro Saito
2020 年 2 月 27 日
As described in heatmap document, heatmap was introduced in R2017a. So as of R2016a which you're using, this function does not exist. You need to update to R2017a or above to use heatmap.
2 件のコメント
Walter Roberson
2020 年 2 月 27 日
In the older version what would have been found would have been Heatmap (same word, different capitalization) from the biosystems toolbox. The interface to that older function is a fair bit different, so read the documentation for it specifically.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Data Distribution Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!