Is it possible to convert MATLAB code to C code?

26 次查看(过去 30 天)
I would like translate my MATLAB code to C code for use in projects outside of MATLAB.

采纳的回答

MathWorks Support Team
As of release R2011a, we have a product MATLAB® Coder™ that generates standalone C and C++ from MATLAB® code. The generated source code is portable and readable. MATLAB Coder supports a subset of core MATLAB language features, including program control constructs, functions, and matrix operations. It can generate MEX functions that let you accelerate computationally intensive portions of MATLAB code and verify the behavior of the generated code.
For more information about the MATLAB Coder, please see:

更多回答(0 个)

类别

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

产品


版本

R14SP1

Community Treasure Hunt

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

Start Hunting!

Translated by