MacOS 10.5 ist langsam. Furchtbar langsam.

This is specifically stinging me right now because I just spent $6000 on a new Mac Pro (Dual Quad Core Xeons with 16Gb RAM) and it benches and generally runs my MATLAB code slower than my 10 year old Pentium 4. (von hier ganz unten)

Mich nervte unendlich, dass selbst das Scrollen im Editor unendlich langsam ist. Aber dafür gibt es zum Glück zumindest für Version R2007b eine funktionierende Lösung:

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). via