How can I connect custom hardware to MATLAB or Simulink?
조회 수: 5 (최근 30일)
이전 댓글 표시
Hi.
I have a custom board with its own code and I want to use it as a controller in Simulink. How can I connect MATLAB or Simulink to my board and send and receive data from it?
댓글 수: 0
답변 (1개)
Jonas
2021년 2월 11일
It is not that easy. You will need to create a custom target. There is a step by step workflow for Cortex-A based processors and for Cortex-M based processors. General information can be found here.
If you download a hardware support package for for example Arduino, Raspberry Pi or Beagle board, you are basically downloading such a custom target which someone else has made for you.
댓글 수: 4
Jonas
2021년 2월 11일
I have no experience with that, but you should google it because I think other people will have done it before.
참고 항목
카테고리
Help Center 및 File Exchange에서 Arduino Hardware에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!