Matlab on macbook pro, retina

≡放荡痞女 提交于 2019-12-10 11:02:42

问题


Hi I recently bought a macbook pro and just installed matlab 2013b. I have a retina display, but the resolution of matlab itself when I run it, it does not look very nice, it's almost blurry and pixelated. Does anyone else have a similar issue and is there a way to fix this?


回答1:


Matlab 2013b uses it's own version of Java, rather than the OS X version (which is not installed by default). If you install the latest version of Java for the OS, and then replace Matlab's version, it should fix some of the problem: the text will be optimized for Retina, but the image still won't be.

The commands to replace Java are:

cd /Applications/MATLAB_R2013b.app/sys/java/jre/maci64
mv jre jre.orig}
ln -s /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin/Contents/Home jre

Alternatively, the last command might be:

ln -s /Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/jre

The commands are taken from Matlab Central's thread 86910.



来源:https://stackoverflow.com/questions/20532319/matlab-on-macbook-pro-retina

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