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

5 vues (au cours des 30 derniers jours)
Montiel
Montiel le 17 Fév 2015
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 commentaire
Suryadiputra Liawatimena
Suryadiputra Liawatimena le 24 Juil 2018
you must use a single apostrophe for its parameter.
>> mypi = raspi('192.168.10.101', 'pi', 'raspberry')

Connectez-vous pour commenter.

Réponses (1)

DinhBa
DinhBa le 17 Avr 2015
I get the same problem and don't know why. Can some one help us. Thank
  2 commentaires
DinhBa
DinhBa le 17 Avr 2015
If found the answer, raspi command only be supported from MATLAB 2014 why my matlab versionis 2013
Emanuel Gallegos
Emanuel Gallegos le 15 Déc 2015
Ty man, much appriciated

Connectez-vous pour commenter.

Catégories

En savoir plus sur MATLAB Support Package for Raspberry Pi Hardware dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by