how to generate c++ static library from matlab code

9 次查看(过去 30 天)
hi,
is it possible to generate c++ static library from matlab code. If so how.
Thanks

采纳的回答

Kaustubha Govind
Kaustubha Govind 2012-11-7
Assuming that you are only using the subset of the MATLAB language that is supported for code-generation, you can generate a static library using the MATLAB Coder product.
If you can make do with DLLs/shared libraries, another option is MATLAB Compiler which supports most MATLAB functionality, but generates code that depends on some MATLAB run-time libraries, which requires that you install the MATLAB Compiler Runtime package on every machine that the library is deployed on.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Get Started with MATLAB Coder 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by