Clear Filters
Clear Filters

Is there a way to make compatible a code compiled with Visual Studio 2015 with mex gcc?

4 views (last 30 days)
I am using matlab on docker and I planning import into Matlab Simulink a project compiled in Visual Studio 2015. Considering that the compilers supported for docker Matlab are gcc, g++ and gfortran, is there a way to make compatible the libraries created in Visual Studio 2015 or is mandatory to make a refactoring?

Accepted Answer

Walter Roberson
Walter Roberson on 23 Nov 2021
The docker image at https://hub.docker.com/r/mathworks/matlab is Ubuntu based, not MS Windows.
Windows libraries are not compatible with Linux -- not unless you run something like Vine that does Windows emulation.

More Answers (0)

Categories

Find more on Write C Functions Callable from MATLAB (MEX Files) in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!