MATLAB Coder & Embedded coder are different product or Matlab Tool ?
3 ビュー (過去 30 日間)
古いコメントを表示
I want to do microcontroller programming with Matlab. Then what to do, which software is needed for this ?
0 件のコメント
採用された回答
Gerd
2011 年 6 月 22 日
Hi,
if you want to use matlab functions in your microcontroller code you can use Matlab Coder. Matlab Coder can produce c and c++ code to integrate in your own microcontroller code. You still have to use your IDE.
If you want to do model based design and generate portable c-code out of a model, you have to use Matlab, Simulink and Simulink Coder. If you want to create optimized c-code ,e.g for 8-bit microcontroller you have to use additionally the Embedded coder.
You see lots of possibilities. You have to specify your needs.
Gerd
1 件のコメント
Arnaud Miege
2011 年 6 月 22 日
From MATLAB, I would suggest MATLAB Coder + Embedded Coder. MATLAB Coder generates ANSI C/C++ code, while Embedded Coder allows you to customize and optimize the generated code for implementing on micro-controllers.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Architecture and Component Design についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!