Borrar filtros
Borrar filtros

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

3 visualizaciones (últimos 30 días)
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 comentario
Suryadiputra Liawatimena
Suryadiputra Liawatimena el 24 de Jul. de 2018
you must use a single apostrophe for its parameter.
>> mypi = raspi('192.168.10.101', 'pi', 'raspberry')

Iniciar sesión para comentar.

Respuestas (1)

DinhBa
DinhBa el 17 de Abr. de 2015
I get the same problem and don't know why. Can some one help us. Thank
  2 comentarios
DinhBa
DinhBa el 17 de Abr. de 2015
If found the answer, raspi command only be supported from MATLAB 2014 why my matlab versionis 2013

Iniciar sesión para comentar.

Categorías

Más información sobre MATLAB en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by