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

12 Ansichten (letzte 30 Tage)
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

Akzeptierte Antwort

Hari Desanur
Hari Desanur am 12 Dez. 2016
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 Kommentare
Anupa Koswatta
Anupa Koswatta am 14 Dez. 2016
It works.Thank you verymuch.
alexis saez
alexis saez am 27 Feb. 2018
someone help me how fix it, because i have the same error and i can't fix it

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu MATLAB Support Package for Arduino Hardware 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