Matlab code to dll conversion
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hi all,
Using Matlab R2012b, how can I create the matlab code dll? Any help is appreciated.
Bye, A
0 Commenti
Risposte (2)
Sanket Mishra
il 10 Lug 2014
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.
0 Commenti
Sruthi Ayloo
il 10 Lug 2014
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.
0 Commenti
Vedere anche
Categorie
Scopri di più su Get Started with MATLAB 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!