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

2 vues (au cours des 30 derniers jours)
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.

Réponse acceptée

Kojiro Saito
Kojiro Saito le 27 Fév 2020
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 commentaires
Walter Roberson
Walter Roberson le 27 Fév 2020
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 le 27 Fév 2020
thank you both so much!

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Data Distribution Plots dans Help Center et File Exchange

Produits


Version

R2016a

Community Treasure Hunt

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

Start Hunting!

Translated by