How to install the mex setup in windows 10 2014b matlab edition?
8 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
ASHUTOSH PADHY
el 27 de Oct. de 2015
Comentada: Walter Roberson
el 30 de Oct. de 2015
I want to use xpc target(real time simulation) which requires host pc should have the c++ compiler.
0 comentarios
Respuesta aceptada
Sudhanshu Bhatt
el 29 de Oct. de 2015
Editada: Sudhanshu Bhatt
el 30 de Oct. de 2015
Hi ASHUTOSH PADHY,
I understand you are looking for information on supported compilers:
For Windows 64 bit OS, below are the links that list supported compilers:
Information on how to choose a compiler and examples on using MEX can be found in the documentation link below:
If this does not resolve your issue, please create a Technical Support Request, by visiting the link below:
Thanks
Sudhanshu Bhatt
1 comentario
ASHUTOSH PADHY
el 30 de Oct. de 2015
Editada: Walter Roberson
el 30 de Oct. de 2015
Más respuestas (1)
Walter Roberson
el 29 de Oct. de 2015
Although Sudhanshu Bhatt's information is correct as far as it goes, he did not happen to notice that you are using Windows 10. If you are using Windows 10, then the only known way to get a compiler to work is to use MATLAB R2015b. All earlier versions of MATLAB rely upon a Microsoft Runtime that is not compatible with Windows 10 due to a Microsoft bug.
2 comentarios
Walter Roberson
el 30 de Oct. de 2015
There are multiple components needed to get MEX to work on MS Windows. There is the compiler itself, and there is the .NET version, and there is the Microsoft Runtime libraries.
MS Windows 10 requires a version of .NET that is not compatible with MATLAB R2014b. With Windows 8.1, you were able to get around the problem by uninstalling the newer .NET, then installing the older .NET, then installing the newer .NET again. However, in MS Windows 10, you cannot do this, if I understand correctly. Even if you can manage to get the .NET compatible...
MS Windows 10 is not compatible with the Microsoft Runtime libraries needed for any version of MATLAB before R2015b. This is a Microsoft bug.
In summary, although you can get some versions of MATLAB before R2015b to run on MS Windows 10, you will not be able to get the compilers to work, according to the information I have seen. (If someone has gotten the compilers to work for earlier versions, they have not posted the information.)
Ver también
Categorías
Más información sobre Startup and Shutdown en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!