MATLAB and Arduino. Does anyone know how to establish a connection?

조회 수: 3 (최근 30일)
Lloyd
Lloyd 2013년 9월 13일
답변: Ismail Alhaudar 2021년 12월 22일
I have this Arduino UNO R3 board with DIP ATmega328P and matlab.fig file. What I want to do is control the traffic lights using the figure file of MATLAB. The traffic light consists of Red and Green LED only and will be operated by a push button. I have scoured the internet and got very few results.

채택된 답변

Lloyd
Lloyd 2013년 9월 16일

추가 답변 (1개)

Ismail Alhaudar
Ismail Alhaudar 2021년 12월 22일
num=[1];
den=[1 5 6];
[r,p,k]=residue(num,den);

카테고리

Help CenterFile Exchange에서 Arduino Hardware에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by