graphics functions don't work
显示 更早的评论
I've installed Matlab on a linux(Fedora) os. No error message appeared. I went on the installation folder and ran matlab from the terminal with
./matlab
Every function works well, but when I invoke some graphic functions like plot or surf, the system stops to work like when there is an infinite loop, and i really don't know what to do. For example
>>x=[0:0.1:10];
>>plot(x);
It doesn't work.I tried with
get(0,'DefaultFigureVisible')
and the result is 'on'. I also tried 'plottools' but everything concerning graphics functions don't work
采纳的回答
更多回答(1 个)
Walter Roberson
2016-5-16
0 个投票
MATLAB on OS-X and Linux is not intended to be executed directly from its binary: it is intended to be executed from a framework (OS-X) or from a shell script that sets up appropriate environment variables (Linux)
类别
在 帮助中心 和 File Exchange 中查找有关 Graphics Performance 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!