Can I call an external shared library (DLL) from a MATLAB MEX-file?
8 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
MathWorks Support Team
le 31 Mai 2012
Modifié(e) : MathWorks Support Team
le 11 Avr 2019
I would like to call an external shared library (DLL) from a MATLAB MEX-file.
Réponse acceptée
MathWorks Support Team
le 11 Avr 2019
Modifié(e) : MathWorks Support Team
le 11 Avr 2019
To link an external DLL to a MEX-file, list the DLL's .lib file on the command line.
Here is an example:
mex filename.c libname.lib
Note that when calling the MEX-file from MATLAB, the DLL should be in the same directory as the MEX-file.
3 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Startup and Shutdown 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!