Problem in interfacing the MATLAB R2015a and Arduino Uno

1 Ansicht (letzte 30 Tage)
Venkatapathi
Venkatapathi am 27 Nov. 2017
Hi, I installed arduino hardware support packages using MATLAB 'Support Package Installer'. i am trying to dump the following code (From MATLAB R2015a) to arduino uno board.
a = arduino();
for i = 1:10
writeDigitalPin(a, 'D13', 0);
pause(0.5);
writeDigitalPin(a, 'D13', 1);
pause(0.5);
end
But, i am getting the below error.
*Specified map file does not exist:
C:\Program Files\MATLAB\R2015a\help\supportpkg\arduinoio\arduinoio.map*
Thank you in advance..

Antworten (0)

Kategorien

Mehr zu Device Driver Blocks finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by