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

1 回表示 (過去 30 日間)
Anupa Koswatta
Anupa Koswatta 2016 年 12 月 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 Center および File ExchangeMATLAB Support Package for Arduino Hardware についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by