Error using corrplot function
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Stephan Raczak
le 15 Sep 2016
Réponse apportée : Mischa Kim
le 15 Sep 2016
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 commentaires
Réponse acceptée
Mischa Kim
le 15 Sep 2016
Stephan, corrplot requires the Econometrics Toolbox. To see/learn if you have access, check out this answer.
0 commentaires
Plus de réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!