how to generate c++ static library from matlab code
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
hi,
is it possible to generate c++ static library from matlab code. If so how.
Thanks
0 commentaires
Réponse acceptée
Kaustubha Govind
le 7 Nov 2012
Assuming that you are only using the subset of the MATLAB language that is supported for code-generation, you can generate a static library using the MATLAB Coder product.
If you can make do with DLLs/shared libraries, another option is MATLAB Compiler which supports most MATLAB functionality, but generates code that depends on some MATLAB run-time libraries, which requires that you install the MATLAB Compiler Runtime package on every machine that the library is deployed on.
2 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur C Shared Library Integration dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!