Embedded coder,matlab coder, simulink coder ?
23 次查看(过去 30 天)
显示 更早的评论
can anyone explain what is embeded coder and what is diffrence between matlab coder and simulink coder ?
thanks in advance
0 个评论
采纳的回答
ES
2019-8-5
编辑:ES
2019-8-5
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.
0 个评论
更多回答(1 个)
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:
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!