0

我今天在我的 MATLAB r2013a 中安装了 arduino 的 MATLAB 支持包。现在我将我的 Arduino 插入我的 USB 端口。

并运行命令:

>> a = arduino()

>> Error: Undefined function or variable 'arduino'.

当我得到:

>> a = arduino('COM18')

>> Undefined function 'arduino' for input arguments of type 'char'.

我已经检查过这个包已经安装了。

任何帮助将不胜感激。

非常感谢

阿努帕姆。

4

2 回答 2

0

这些不起作用,因为 MATLAB 2013aarduino()的库中没有这些代码 ( ),要进行接口,您需要将 MATLAB 2013a 升级到 MATLAB 2015a 进行接口。

于 2017-05-06T06:41:15.193 回答
0

你还没有安装这个包。键入“ install_arduino” “内容” “arduino”

安装。然后你可以输入 a= arduino('RELEVENT COM PORT')

这对我有用。祝你好运。

于 2018-05-27T09:08:05.530 回答