vote up 0 vote down star

I want to run multiple versions of MATLAB (with standalone licenses) on a Windows XP home computer. One is MATLAB R2007b and the other is MATLAB R2009a. I found some docs online (link and link), but nothing related to the latest versions. Has anyone tried this?

flag

68% accept rate
3  
sure, just install in different directories (I had it with v2008 and v2009). – Amro Oct 30 at 11:49
1  
On my work machine, I have v7.1 installed in the directory "C:\Program Files\MATLAB71" and R2008b and R2009a installed in subdirectories of the same name as the version within the parent directory "C:\Program Files\MATLAB". They all work fine, although they use a license server instead of standalone licenses. – gnovice Oct 30 at 14:33

3 Answers

vote up 1 vote down check

You can do that, just install the new and the old versions in different directories.

FWIW if you have the chance to run MATLAB R2009b rather than R2009a, you might want to. I haven't looked in detail at the release notes yet, but I noticed already that the language in Simscape has been improved in R2009b + now I have to reinstall it yet again to get the upgrade...

link|flag
Is there a lot of difference between 2009a and 2009b? Any major improvements to go for in 2009b? – iceman Nov 1 at 8:35
1  
mathworks.com/products/new_products/… and mathworks.com/access/helpdesk/… – Amro Nov 1 at 22:28
vote up 0 vote down

You could use Octave which is an open source 'alternative', should sort the issue out nicely

link|flag
vote up 0 vote down

I've been running MATLAB both on my desktop and in a virtual machine successfully for a while now. I happen to be running the same version in both right now, but there's no reason why you couldn't run different versions in and out of the VM. This setup allows me to keep a stable working version of my application available that I can rely upon to satisfy the need to rapidly analyze data while simultaneously having a separate development version that may or may not be fully functioning at any particular time.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.