heatmap giving a "Cannot find an exact (case-sensitive) match for 'heatmap' " error

2 ビュー (過去 30 日間)
Abbi Hashem
Abbi Hashem 2020 年 2 月 26 日
コメント済み: Abbi Hashem 2020 年 2 月 27 日
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.

採用された回答

Kojiro Saito
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
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.
Abbi Hashem
Abbi Hashem 2020 年 2 月 27 日
thank you both so much!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeData Distribution Plots についてさらに検索

製品


リリース

R2016a

Community Treasure Hunt

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

Start Hunting!

Translated by