简体   繁体   English

Matlab 2013a与Raspberry Pi模型B +

[英]Matlab 2013a with raspberry pi model B+

I am trying to interface my laptop using matlab to a raspberry pi board via a wifi connection. 我试图通过wifi连接使用Matlab将我的笔记本电脑连接到树莓派板上。 I am using MATLAB 2013a version and my raspberry board is model B+. 我正在使用MATLAB 2013a版本,而我的树莓板是B +型。 I tried to establish the connection using the command 我尝试使用以下命令建立连接

mypi = raspi

but it was showing error. 但它显示错误。 Lateron i read that matlab 2014a was recently updated with raspberry model B+. 后来,我读到matlab 2014a最近已更新为覆盆子模型B +。

As i don't have the 2014 ver of matlab, is there any way to establish the connection to the board using matlab 2013a? 由于我没有2014版的Matlab,是否可以使用Matlab 2013a建立与主板的连接?

you can try : 你可以试试 :

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

Example: 例:

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM