hw can I find exisiting arduino.m file and delete it?

조회 수: 6 (최근 30일)
Anupa Koswatta
Anupa Koswatta 2016년 12월 6일
댓글: Josue Castillo Aranda 2021년 4월 6일
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
Josue Castillo Aranda
Josue Castillo Aranda 2021년 4월 6일
I have the same problem, I would like to know how to solve it.

댓글을 달려면 로그인하십시오.

채택된 답변

Hari Desanur
Hari Desanur 2016년 12월 12일
You can find the location of all occurrences of any file by running the " which " command -
>> which -all arduino
This command will return all the locations of the "arduino.m" file in your MATLAB path.
  댓글 수: 2
Anupa Koswatta
Anupa Koswatta 2016년 12월 14일
It works.Thank you verymuch.
alexis saez
alexis saez 2018년 2월 27일
someone help me how fix it, because i have the same error and i can't fix it

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 JSON Format에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by