Linking MATLAB and C++
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
What's the difference between using the MATLAB engine and MEX Functions in order to link MATLAB and C++?
Thanks!
0 Commenti
Risposta accettata
Shashank Prasanna
il 8 Lug 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.
Più risposte (1)
Vedere anche
Categorie
Scopri di più su External Language Interfaces in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!