Effacer les filtres
Effacer les filtres

Linking MATLAB and C++

5 vues (au cours des 30 derniers jours)
Caroline
Caroline le 8 Juil 2013
What's the difference between using the MATLAB engine and MEX Functions in order to link MATLAB and C++?
Thanks!

Réponse acceptée

Shashank Prasanna
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.
  1 commentaire
Caroline
Caroline le 8 Juil 2013
Is there an advantage to using one versus the other, or does it depend on the application?

Connectez-vous pour commenter.

Plus de réponses (1)

Caroline
Caroline le 8 Juil 2013
Thank you!

Catégories

En savoir plus sur MATLAB Code Analysis 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!

Translated by