Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,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 whoever 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 Dec 07, '07 08:48:23AM

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 Dec 07, '07 09:49:31AM

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