anyone know how to fix it mypi=raspi Undefined function or variable 'raspi'.?

I have this problem
mypi=raspi
Undefined function or variable 'raspi'.
and
mypi=mypi = raspi(192.168.10.101,pi,raspberry)
mypi=mypi = raspi(192.168.10.101,pi,raspberry)
anyone know how to fix it?

1 Commento

you must use a single apostrophe for its parameter.
>> mypi = raspi('192.168.10.101', 'pi', 'raspberry')

Accedi per commentare.

Risposte (1)

I get the same problem and don't know why. Can some one help us. Thank

2 Commenti

If found the answer, raspi command only be supported from MATLAB 2014 why my matlab versionis 2013

Accedi per commentare.

Categorie

Scopri di più su MATLAB Support Package for Raspberry Pi Hardware in Centro assistenza e File Exchange

Richiesto:

il 17 Feb 2015

Modificato:

il 24 Lug 2018

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by