Convert matlab code to c code

Is there a way to automatically convert simulink blocks or ".m" code in matlab to C code?

+3
source share
2 answers

To convert Simulink models or MATLAB code to C, you need a Real-time Workshop . It supports only a subset of the MATLAB language and is focused on embedded systems.

See also other MatWorks products for code generation and application deployment: http://www.mathworks.com/products

MATLAB Compiler C, , (dll), MATLAB, MATLAB Compiler Runtime (MCR). , , MATLAB.

2011a. MathWorks : MATLAB Coder, Simulink Coder Embedded Coder.

+2

, :

+3

Source: https://habr.com/ru/post/1786218/


All Articles