MATLAB Coder & Embedded coder are different product or Matlab Tool ?

조회 수: 3 (최근 30일)
Shashikant
Shashikant 2011년 6월 22일
I want to do microcontroller programming with Matlab. Then what to do, which software is needed for this ?

채택된 답변

Gerd
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
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 CenterFile Exchange에서 Architecture and Component Design에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by