How can I use the MATLAB Compiler to convert MATLAB code into a C/C++ source code on Windows and use the GNU compiler in Linux to generate a shared library?
Afficher commentaires plus anciens
I would like to do the following steps to generate a shared library that I can use in a Linux machine:
1.Run a MATLAB compile on our Windows system which will generate a C/C++
source file.
2. Take the generated source file and compile it with the GNU compiler on
our Linux system to produce the Linux shared library that we need.
Réponse acceptée
Plus de réponses (0)
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!