Linking MATLAB and C++
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
What's the difference between using the MATLAB engine and MEX Functions in order to link MATLAB and C++?
Thanks!
0 commentaires
Réponse acceptée
Shashank Prasanna
le 8 Juil 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.
Plus de réponses (1)
Voir également
Catégories
En savoir plus sur External Language Interfaces dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!