Is it possible to create a MEX file from C code outside of Matlab?

2 次查看(过去 30 天)
I know how to do it within Matlab. Is there a way to turn a dot-c file into a MEX file (64 bit) through some other method not involving Matlab?

回答(1 个)

James Tursa
James Tursa 2018-9-20
编辑:James Tursa 2018-9-20
You can compile the mex routine from outside of MATLAB (e.g., from within Visual Studio), but you will still need the MATLAB libraries to link with.

类别

Help CenterFile Exchange 中查找有关 MATLAB Compiler 的更多信息

标签

产品


版本

R2017a

Community Treasure Hunt

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

Start Hunting!

Translated by