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

4 次查看(过去 30 天)
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?

采纳的回答

Walter Roberson
Walter Roberson 2021-11-23
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.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Write C Functions Callable from MATLAB (MEX Files) 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by