Can multiple MATLAB version installs coexisting on the same machine?

조회 수: 1 (최근 30일)
cyberdyne
cyberdyne 2011년 7월 11일
Hi,
Can two MATLAB versions coexist in the same PC (for example 2008a and 2007a)?

답변 (1개)

Paulo Silva
Paulo Silva 2011년 7월 11일
Yes, two, three and many more.
  댓글 수: 1
James Tursa
James Tursa 2011년 7월 11일
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.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Call MATLAB from C에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by