Info

This question is closed. Reopen it to edit or answer.

Osx Yosemite 10.10

3 views (last 30 days)
freebil
freebil on 26 Jul 2014
Closed: John Kelly on 22 Oct 2014
Public beta of OS X yosemite is out now. I installed this and now matlab doesn't work.
You can’t use this version of the application “MATLAB_R2014a.app” with this version of OS X. You have “MATLAB_R2014a.app” 8.3.0.
What can I do now? Thanks.

Answers (3)

platipodium
platipodium on 26 Jul 2014
There are two fixes available on the net
- for Developer Preview 1: Change SystemVersion.plist
- for Developer Preview 2: Start Matlab from command line with alias to StartMATLAB
I have not been able to get Matlab working on DP 4 (the public beta) with either of those switches.
  3 Comments
Kristian
Kristian on 26 Jul 2014
Edited: Kristian on 26 Jul 2014
Same here with MATLAB_R2013A, both switches work, but I only used 10.90. Either alone is not sufficient. Ditto on the Disk Utility problems.
Kristian
Kristian on 4 Sep 2014
UPDATE!!! Changing the SystemVersion.plist affects software updates. My computer didn't recognize that there was an update to the Beta until I changed it back. It doesn't do any damage, just FYI.

Balaji
Balaji on 20 Oct 2014
MathWorks has released patches/workarounds for the two main issues(<http://www.mathworks.com/matlabcentral/answers/159016-is-matlab-compatible-with-mac-os-x-10-10-yosemite>)
1) "You can't use this version of the application" error. https://www.mathworks.com/support/bugreports/1116607
If you have the latest 10.39 or later update from Apple,this issue should not occur. But in the case that it does,you can use either of the two workarounds mentioned in the above link.
2)Java crash upon MATLAB. https://www.mathworks.com/support/bugreports/1098655
This patch addresses the Java issue.
Accept/comment on this answer if it works so that other users can benefit from it.

Tom
Tom on 20 Oct 2014
Here is a patch I made from Mathwork's official patch. It works on versions prior to R2013b (unlike the official patch) without modifying the SystemVersion.plist. I've confirmed R2013a and R2012b but I assume others will work as well.
To install:
  1. Extract patch.zip
  2. Right click on MATLAB_R20XX.app in your Applications directory and click "Show Package Contents"
  3. Place the extracted folder (named "patch") into the MATLAB_R20XX.app/java folder (alongside the existing jar and jarext folders)
You may still need to run Matlab by double clicking MATLAB_R20XX.app/Contents/MacOS/StartMATLAB. To avoid this you can temporarily change your SystemVersion.plist (as described in other posts here), launch Matlab, change the SystemVersion.plist back, and now Matlab will work by double clicking the .app.

Community Treasure Hunt

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

Start Hunting!