필터 지우기
필터 지우기

microcontrollers compatible with Matlab/Simulink

조회 수: 40 (최근 30일)
Yassin
Yassin 2011년 9월 17일
답변: Pradipta Kumar Pal 2022년 11월 1일
I want to make a 4 wheels robot able to navigate in an environment itself. The robot will learn by itself the environment plan. The perception of the robot is made by optical sensor In the begining I want to generate the C/C++ code with Simulink / Stateflow and find a microcontroller compatible to Matlab code interpretation. I want to buy a microcontroller that is not very expensive. best regards

채택된 답변

TAB
TAB 2011년 9월 18일
You can choose any micro-controller of your choice, because Simulink coder (or RTW) generated code is not platform specific.
Code generated by Simulink coder (or RTW) is ANSI-C code which can be ported into any micro-controller with sufficient memory and execution speed.
You can specify hardware type (8,16,32 bit) while generating code in
Confign parameters> Hardware implementation> device type.

추가 답변 (4개)

Pradipta Kumar Pal
Pradipta Kumar Pal 2022년 11월 1일
Follow the link below and look under the 'Embedded Coder' and 'Simulink Coder' rubrics.
System Requirements & Platform Availability by Release - MATLAB & Simulink <https://in.mathworks.com/hardware-support/system-requirements.html>

Fangjun Jiang
Fangjun Jiang 2011년 9월 17일
편집: John Kelly 2014년 6월 11일
It's hard to say what is cheap. You might need to check out this link.
Call them. Some of them offer free evaluation board for academic research.

Walter Roberson
Walter Roberson 2011년 9월 17일
Generating C code from MATLAB requires Simulink Coder or MATLAB Coder (newer product names; older names include Real-Time Workshop). Those are expensive software products, so unless you are planning to mass-produce your robot, seeking a "cheap" microcontroller is probably going to lead to more trouble than it is worth.
In any case, you have not told us what functions you need the microcomputer to do, or what interfaces it needs to have, or what kind of performance you need from it.

Yassin
Yassin 2011년 9월 17일
I want to make a 4 wheels robot able to navigate in an environment itself. The robot will learn by itself the environment plan. The perception of the robot is made by optical sensor In the begining I want to generate the C/C++ code with Simulink / Stateflow and find a microcontroller compatible to Matlab code interpretation. I want to buy a microcontroller that is not very expensive. best regards.

카테고리

Help CenterFile Exchange에서 Code Generation에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by