Matlab on Mountain Lion not working -

感情迁移 提交于 2019-12-04 09:08:28

Somebody told me to re-install XQuartz and while searching for how to reinstall it, I figured that XQuartz is installed in /opt/X11/ as opposed to /usr/X11/ where the latter is the one that Matlab is looking for. So I resolved the problem by simply making a softlink:

sudo ln -s /opt/X11/ /usr/X11

this work for me!

  1. Install XQuartz
  2. Launch XQuartz and from the menu launch an xterm.

Type the following command first: $MATLAB/bin/matlab -maci

for me $MATLAB is /Applications/MATLAB_R2008b.app/ , is your app path.

source : http://quantumtunnel.wordpress.com/2012/07/29/matlab-for-mac-in-mountain-lion-without-x11/

Good Luck.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!