ubuntu 16.10

9 views (last 30 days)
stefania netti
stefania netti on 24 Oct 2016
Answered: ben-no on 4 Nov 2016
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?

Answers (3)

ben-no
ben-no on 4 Nov 2016
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?

Raúl GB
Raúl GB on 26 Oct 2016
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:
Good luck and please comment if it works, thanks.

Joshua Long
Joshua Long on 26 Oct 2016
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.

Categories

Find more on Startup and Shutdown in Help Center and File Exchange

Tags

No tags entered yet.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!