Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!

10.5: Fix a slow Matlab IDE under 10.5 Apps
If you've upgraded to Leopard and now find the IDE of the new Matlab release 2007b to be super-slow, create a file called java.opts in your /Applications » MATLAB_R2007b directory, and add the following line to it:
-Dapple.awt.graphics.UseQuartz=true
Then restart Matlab. This will switch Matlab back to using the Quartz drawing enginge (as it was in previous versions of OS X). Please find the original hint for this solution in this thread on the Mathworks Matlab forums.
    •    
  • Currently 0.00 / 5
  • 1
  • 2
  • 3
  • 4
  • 5
  (0 votes cast)
 
[9,066 views]  

10.5: Fix a slow Matlab IDE under 10.5 | 5 comments | Create New Account
Click here to return to the '10.5: Fix a slow Matlab IDE under 10.5' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
10.5: Fix a slow Matlab IDE under 10.5
Authored by: googoo on Fri, Dec 7 2007 at 8:21AM PST
That works great. Thanks! I hope that they come up with a more permanent solution soon.

-Mark

[ Reply to This | # ]
10.5: Fix a slow Matlab IDE under 10.5
Authored by: owlgorithm on Fri, Dec 7 2007 at 8:48AM PST
For those who have older versions of Matlab (I have the 7.0 R14 Student Version), you will have trouble running the IDE itself -- it doesn't launch. I run

$ matlab -nojvm

in the Terminal anyway, so I never noticed this was a problem, but running without the Java Virtual Machine has many advantages anyway, such as that it uses less system resources and reduces crashes.

(In short, to fix a slow Matlab IDE in Leopard, don't use the IDE!)

[ Reply to This | # ]
10.5: Fix a slow Matlab IDE under 10.5
Authored by: SkiingOnMars on Fri, Dec 7 2007 at 9:49AM PST
Or if you need Matlab's Java virtual machine support for whatever reason, but don't want to run the IDE:

$ matlab -nodesktop

[ Reply to This | # ]
10.5: Fix a slow Matlab IDE under 10.5
Authored by: jhp on Wed, Oct 1 2008 at 11:32PM PDT
To make this hint work under R2008a the java.opts file needs to be in

/Applications/MATLAB_R2008a/bin/maci

[ Reply to This | # ]
10.5: Fix a slow Matlab IDE under 10.5
Authored by: aaaaaa on Tue, Apr 21 2009 at 5:31AM PDT
In Matlab R2009a the file java.opts again needs to be in /Applications/MATLAB_R2009a.app/

[ Reply to This | # ]