heatmap giving a "Cannot find an exact (case-sensitive) match for 'heatmap' " error
    조회 수: 3 (최근 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!