Linking MATLAB and C++
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
What's the difference between using the MATLAB engine and MEX Functions in order to link MATLAB and C++?
Thanks!
0 Kommentare
Akzeptierte Antwort
Shashank Prasanna
am 8 Jul. 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.
Weitere Antworten (1)
Siehe auch
Kategorien
Mehr zu External Language Interfaces finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!