Problem using function corrplot
显示 更早的评论
Hi everyone,
I get the error Unrecognized function or variable 'corrplot' when I try to excute this function.
The problem is that I have the Econometrics Toolbox (which is necessary for this function) installed. I have tried uninstalling it and reinstalling it but it didn't work.
I already have searched in the forums but I didn't found any answer that could help me.
(Running MATLAB in Ubuntu 20,04)
Does anyone know how to make this work?
Thank you in advance for your help.
4 个评论
Adam
2021-11-3
Have you checked it is definitely installed by typing
ver
on the command line?
And if it is, what does
which corrplot
on the command line show?
Moy Sotelo
2021-11-3
编辑:Moy Sotelo
2021-11-3
Adam
2021-11-3
I'm afraid I'm not familiar with Ubuntu or the finer points of toolbox installation, but that is definitely your problem, if the toolbox is not showing in the ver command.
Moy Sotelo
2021-11-3
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!