How to call .c file from matlab script
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I have a Matlab script which calls .c file using mex command
mex cSameGroup.c;
On running the script, I'm getting the following error message
Error using mex
No supported compiler or SDK was found. For options, visit
http://www.mathworks.com/support/compilers/R2015a/win64.html.
I tried using
mex -setup
but got same error. I'm using Matlab R2015a
3 comentarios
James Tursa
el 14 de Abr. de 2017
The list on the provided link shows Microsoft SDK 7.1 or Visual C/C++ (various releases) are supported.
Respuestas (0)
Ver también
Categorías
Más información sobre Write C Functions Callable from MATLAB (MEX Files) 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!