Arduino Mega interfacing problem

1 visualización (últimos 30 días)
nilakshan kunananthaseelan
nilakshan kunananthaseelan el 1 de Abr. de 2016
Respondida: ag el 16 de Jul. de 2024
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'.

Respuestas (1)

ag
ag el 16 de Jul. de 2024
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!

Categorías

Más información sobre Arduino Hardware en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by