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

6 vues (au cours des 30 derniers jours)
Anupa Koswatta
Anupa Koswatta le 6 Déc 2016
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 commentaire
Josue Castillo Aranda
Josue Castillo Aranda le 6 Avr 2021
I have the same problem, I would like to know how to solve it.

Connectez-vous pour commenter.

Réponse acceptée

Hari Desanur
Hari Desanur le 12 Déc 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 commentaires
Anupa Koswatta
Anupa Koswatta le 14 Déc 2016
It works.Thank you verymuch.
alexis saez
alexis saez le 27 Fév 2018
someone help me how fix it, because i have the same error and i can't fix it

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by