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

5 次查看(过去 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

采纳的回答

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.

更多回答(0 个)

Community Treasure Hunt

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

Start Hunting!

Translated by