Difference between Simulink Coder and Embedded Coder
古いコメントを表示
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?
採用された回答
その他の回答 (1 件)
Bill Chou
2022 年 6 月 13 日
0 投票
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 についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!