Matlab 2013a与覆盆子pi模型B +

时间:2015-06-08 12:13:50

标签: python matlab

我正在尝试通过wifi连接使用matlab将笔记本电脑连接到覆盆子pi板。我正在使用MATLAB 2013a版本,我的覆盆子板是B +型号。 我尝试使用命令

建立连接
mypi = raspi

但是显示错误。后来我读到matlab 2014a最近更新了覆盆子模型B +。

由于我没有2014年的matlab版本,有没有办法使用matlab 2013a建立与电路板的连接?

1 个答案:

答案 0 :(得分:0)

你可以尝试:

mypi=raspberrpi('ip','usrname','pass')

示例:

mypi=raspberrypi('192.168.100.7','pi','raspberry')