필터 지우기
필터 지우기

Arduino Mega interfacing problem

조회 수: 10 (최근 30일)
nilakshan kunananthaseelan
nilakshan kunananthaseelan 2016년 4월 1일
답변: ag 2024년 7월 16일 17:16
I'm using matlab R2013a,I have installed the arduino package suggested by Matlab Websit,when I connect the arduino and type a=arduino in command,I got error as, >> a = arduino Undefined function or variable 'arduino'.

답변 (1개)

ag
ag 2024년 7월 16일 17:16
Hi Nilakshan,
The error message "Undefined function or variable 'arduino" implies that the there is no Arduino support package currently installed.
Please use the below command to check if the support package is installed correctly,
which arduino -all
If the Arduino support package is installed succesfully the full path of the installation directory will be displayed, otherwise '''arduino' not found" message will be displayed.
Hope this helps!

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by