필터 지우기
필터 지우기

Difference between Simulink Coder and Embedded Coder

조회 수: 59 (최근 30일)
Saber
Saber 2015년 8월 3일
답변: Bill Chou 2022년 6월 13일
Would you please let me know what is difference between two toolboxs "Simulink Coder" and "Embedded Coder"? And is there any possibility to generate c++ code from Embedded coder?

채택된 답변

Sebastian Castro
Sebastian Castro 2015년 8월 3일
편집: Sebastian Castro 2019년 2월 20일
Both Simulink Coder generate C code from Simulink models, and both of them can put that C code in a C++ wrapper to be effectively integrated with other C++ code.
The main difference between these products is:
  • Simulink Coder generates code with the purpose of the model being able to run standalone without a MATLAB license, or to verify the behavior of the generated code on a host computer.
  • Embedded Coder generates readable code that can be much more finely configured, customized, and optimized through various settings and constructs. Embedded Coder also provides support for automatically building the generated code on embedded systems (hence its name).
- Sebastian
  댓글 수: 6
Saber
Saber 2015년 8월 3일
Thanks a lot! Really appreciate it! Now I have all my answers!
vijay patil
vijay patil 2019년 2월 20일
thax for such gret answers ...!!

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Bill Chou
Bill Chou 2022년 6월 13일
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:

카테고리

Help CenterFile Exchange에서 Deployment, Integration, and Supported Hardware에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by