Can multiple MATLAB version installs coexisting on the same machine?
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi,
Can two MATLAB versions coexist in the same PC (for example 2008a and 2007a)?
0 Kommentare
Antworten (1)
Paulo Silva
am 11 Jul. 2011
Yes, two, three and many more.
1 Kommentar
James Tursa
am 11 Jul. 2011
Additional Info: Only one MATLAB version can be registered as the Engine at any one time. So if you have C/C++/Fortran Engine applications that were compiled under one version, and then make another version the default MATLAB Engine version, your Engine applications will not run. Also, in general any mex functions you might have that are compiled under one version might not work in another version. This is highly dependent on which version the mex function was compiled under and which API functions it uses.
Siehe auch
Kategorien
Mehr zu MATLAB Compiler SDK finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!