Error using corrplot function
조회 수: 2 (최근 30일)
이전 댓글 표시
I am trying to run corrplot on a simple matrix A (105x226 double). It seems that Matlab doesn't find the corrplot function:
>> corrplot(A); Undefined function or variable 'corrplot'.
Any suggestions?
댓글 수: 0
채택된 답변
Mischa Kim
2016년 9월 15일
Stephan, corrplot requires the Econometrics Toolbox. To see/learn if you have access, check out this answer.
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Communications Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!