Matlab 实时脚本无法使用

新安装的matlab在Ubuntu 18.04上运行Live Editor会报错:

"The Live Editor is unable to run in the current system configuration" 

查了mathwork后发现是依赖没有

只需要:

sudo apt-get install libgconf2-4

然后重新启动matlab就可以了,很有效。参考:

 https://www.mathworks.com/matlabcentral/answers/397096-the-live-editor-is-unable-to-run-in-the-current-system-configuration-error-message-when-starting-l

posted on 2020-08-13 10:53  时迅  阅读(1433)  评论(0编辑  收藏  举报