up vote 2 down vote favorite
share [g+] share [fb]

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?

link|improve this question

47% accept rate
3  
sure, just install in different directories (I had it with v2008 and v2009). – Amro Oct 30 '09 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 '09 at 14:33
feedback

3 Answers

up vote 2 down vote accepted

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|improve this answer
Is there a lot of difference between 2009a and 2009b? Any major improvements to go for in 2009b? – iceman Nov 1 '09 at 8:35
1  
feedback

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|improve this answer
feedback

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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