Linking MATLAB and C++
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
What's the difference between using the MATLAB engine and MEX Functions in order to link MATLAB and C++?
Thanks!
0 comentarios
Respuesta aceptada
Shashank Prasanna
el 8 de Jul. de 2013
They work in different directions:
MEX is to call C++ code from the MATLAB environment.
MATLAB Engine is to call MATLAB functionality from the C++ code using the engine API.
Más respuestas (1)
Ver también
Categorías
Más información sobre External Language Interfaces 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!