将我的 MATLAB R2013a 与 Arduino 连接起来

Interfacing my MATLAB R2013a with Arduino

我今天在我的 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'.

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

任何帮助将不胜感激。

非常感谢

阿努帕姆。

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

您还没有安装包。输入“install_arduino” "contents" "arduino"

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

这对我有用。祝你好运。