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?
Show older comments
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.
Accepted Answer
More Answers (0)
Categories
Find more on C Shared Library Integration in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!