can anyone explain what is embeded coder and what is diffrence between matlab coder and simulink coder ?
thanks in advance

 채택된 답변

ES
ES 2019년 8월 5일
편집: ES 2019년 8월 5일

0 개 추천

You can find the full details in the official documentation.
You can also find some info here.
and this
But basically, Embedded Coder is a production code generator for simulink models and embedded matlab functions.
While Simulink coder (also called RTW) is a code generator for simulation of simulink models.

추가 답변 (1개)

Bill Chou
Bill Chou 2022년 6월 13일

1 개 추천

As others have mentioned:
  • MATLAB Coder enables users to generate C/C++ code from MATLAB algorithms
  • Simulink Coder does the same for Simulink models
  • Finally, Embedded Coder is an add-on to either MATLAB Coder or Simulink and unlocks additional code optimization, verification, and targeting capabilities (such as PIL)
For those interested, you can find a list of additional capabilities that Embedded Coder adds to MATLAB Coder here:

카테고리

도움말 센터File Exchange에서 Deployment, Integration, and Supported Hardware에 대해 자세히 알아보기

질문:

2019년 8월 5일

답변:

2022년 6월 13일

Community Treasure Hunt

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

Start Hunting!

Translated by