Error using mex: No supported compiler or SDK was found
Mostrar comentarios más antiguos
Respuestas (2)
Fangjun Jiang
el 20 de Abr. de 2018
Editada: Walter Roberson
el 19 de Oct. de 2023
2 votos
VC 2017 certainly won't be recognized by MATLAB R2015a. But SDK 7.1 should be supported. Make sure you have NET Framework 4.0.
Follow link on this page to find the exact detail.
Shounak Shastri
el 20 de Abr. de 2018
0 votos
You need to download and install a compiler first.
Go to the add-ons and click on get add-ons. You will get a list of add-ons which you can install.
Install MinGW-w64 GCC from the list and then run the mex setup.
Hope this helps.
3 comentarios
NNL
el 20 de Abr. de 2018
Shounak Shastri
el 20 de Abr. de 2018
Editada: Shounak Shastri
el 20 de Abr. de 2018
Sorry this Min64 compiler is for 2015b and above. You probably need .NET framework.
NNL
el 20 de Abr. de 2018
Categorías
Más información sobre Introduction to Installation and Licensing en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
