I have a c file written using mex functions, run by Matlab using mex compiler. Now I want to run those mex type .c files without Matlab environment. So, is there any way to convert mex type .c file to normal .c file.
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Amrit Kumar Verma
el 18 de Feb. de 2020
Comentada: Amrit Kumar Verma
el 18 de Feb. de 2020
I have a c file written using mex functions, run by Matlab using mex compile. Now I want to run those mex type .c files without Matlab environment. So, is there any way to convert mex type .c file to normal .c file. Thanks in advance.
0 comentarios
Respuesta aceptada
Bhaskar R
el 18 de Feb. de 2020
Editada: Bhaskar R
el 18 de Feb. de 2020
You can convert an apple to juice, but it is like to convert back juice to an apple
For more info based MATLAB experts saying
3 comentarios
Bhaskar R
el 18 de Feb. de 2020
Yes Amrit, I got you. you are clear but i thought different sorry for that. As of my knowledge mex.h needs the MATLAB environment, there may be third party applications to do this, in the mentioned link you may find something helpful.
Más 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.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!