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

4 views (last 30 days)
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.

Accepted Answer

Kojiro Saito
Kojiro Saito on 27 Feb 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 Comments
Walter Roberson
Walter Roberson on 27 Feb 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.

Sign in to comment.

More Answers (0)

Categories

Find more on Data Distribution Plots in Help Center and File Exchange

Products


Release

R2016a

Community Treasure Hunt

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

Start Hunting!