Can multiple MATLAB version installs coexisting on the same machine?
显示 更早的评论
Hi,
Can two MATLAB versions coexist in the same PC (for example 2008a and 2007a)?
回答(1 个)
Paulo Silva
2011-7-11
0 个投票
Yes, two, three and many more.
1 个评论
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.
类别
在 帮助中心 和 File Exchange 中查找有关 MATLAB Compiler 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!