ubuntu 16.10
1 次查看(过去 30 天)
显示 更早的评论
hi! I have ubuntu 16.10. I installed matlab R2016b. when I try to launch matlab R2016b, it appears the window with the Matlab's logo and remains so. It can't start the program. what can I do?
0 个评论
回答(3 个)
ben-no
2016-11-4
I have similar problems with Kubuntu 16.10 and Matlab R2016b, see: http://de.mathworks.com/matlabcentral/answers/260924#answer_240964
Unfortunately, Raúls solution (renaming libstdc++.so.6) does not work anymore. Does anyone have an idea?
0 个评论
Raúl GB
2016-10-26
Hi there! I had the same problem trying to run it on Ubuntu 16.04, it only seems to happen with the newer versions of Matlab, and it is quite common. The version 2013b works fine, in case you have access to it, otherwise maybe you can find more help in the Ubuntu forums:
http://askubuntu.com/questions/758892/doesnt-matlab-work-on-ubuntu-16-04 http://askubuntu.com/questions/763202/matlab-problem-on-ubuntu-16-04
Good luck and please comment if it works, thanks.
0 个评论
Joshua Long
2016-10-26
This issue could occur if the permissions on your preferences directory are incorrect. Please check the permissions on your MATLAB preferences directory and make sure that you can both read and write to any files in that directory.
The default preferences directory for MATLAB R2016b is "~/.matlab/R2016b". If you cannot find your preferences directory, but you are able to start MATLAB using the "-nodesktop", you can find your preferences directory by executing the "prefdir" command from within MATLAB.
Possible solutions to try are:
- You may not own the preferences directory. Try running the command "chown [user] ~/.matlab/R2016b" (with the relevant username and path information) to see if there is any improvement
- Deleting or renaming your preferences folder so that MATLAB can start with its default preferences.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Startup and Shutdown 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!