hw can I find exisiting arduino.m file and delete it?
조회 수: 13(최근 30일)
표시 이전 댓글
I tried to install ArduinoIO to matlab and simulink. I got this warning below when I use 'install_arduino' command.
Warning: There is at least another arduino.m file in the path, the installation will go on but it is strongly suggested to delete any other version before using this one
댓글 수: 1
채택된 답변
Hari Desanur
2016년 12월 12일
>> which -all arduino
This command will return all the locations of the "arduino.m" file in your MATLAB path.
댓글 수: 2
alexis saez
2018년 2월 27일
someone help me how fix it, because i have the same error and i can't fix it
추가 답변(0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!