フィルターのクリア

Undefined function 'readVoltage' for input arguments of type 'arduino'.

2 ビュー (過去 30 日間)
Aydin Nasirzadeh
Aydin Nasirzadeh 2017 年 10 月 13 日
コメント済み: Madhu Govindarajan 2018 年 10 月 24 日
I have a proper connection between MATLAB and an Arduino (Uno) board. When I first installed Arduino Package in MATLAB I was able to receive a signal from an analog pin on my Arduino board using readVoltage() function. However, after installing ArduinoIO package to add the so-called 'Arduino IO library' library in Simulink browser, I have started to get the following error every time I use the statement, say, readVoltage(a, 'A5'):
Undefined function 'readVoltage' for input arguments of type 'arduino'.
Just for info, I assign a new Arduino object beforehand by typing
a = arduino()
Nothing is really happening though. Any help is appreciated.

採用された回答

Madhu Govindarajan
Madhu Govindarajan 2017 年 10 月 30 日
After you have established the communication with Arduino using a=arduino, could you type methods(a) and post the results here?
  3 件のコメント
Ricardo Ramirez
Ricardo Ramirez 2018 年 10 月 23 日
So you just erased the packaged you installed? I got the same problem, and don't know what to do about it :(
Madhu Govindarajan
Madhu Govindarajan 2018 年 10 月 24 日
@Ricardo - I guess all Aydin is saying - have only MATLAB Support package for Arduino and Simulink Support package for Arduino and this issue does not happen.

サインインしてコメントする。

その他の回答 (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