Matlab code to dll conversion
Afficher commentaires plus anciens
Hi all,
Using Matlab R2012b, how can I create the matlab code dll? Any help is appreciated.
Bye, A
Réponses (2)
Sanket Mishra
le 10 Juil 2014
0 votes
Refer the Create a Shared Library from MATLAB Code documentation. It explains how you can convert a .m file into corresponding shared library using deploytool.
Sruthi Ayloo
le 10 Juil 2014
0 votes
You could also refer to the following link to know more about how to use MATLAB Compiler to create C and C++ shared libraries or DLLs.
Catégories
En savoir plus sur C Shared Library Integration dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!