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!


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: 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 | # ]