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

조회 수: 5 (최근 30일)
Montiel
Montiel 2015년 2월 17일
편집: Walter Roberson 2018년 7월 24일
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
Suryadiputra Liawatimena
Suryadiputra Liawatimena 2018년 7월 24일
you must use a single apostrophe for its parameter.
>> mypi = raspi('192.168.10.101', 'pi', 'raspberry')

댓글을 달려면 로그인하십시오.

답변 (1개)

DinhBa
DinhBa 2015년 4월 17일
I get the same problem and don't know why. Can some one help us. Thank
  댓글 수: 2
DinhBa
DinhBa 2015년 4월 17일
If found the answer, raspi command only be supported from MATLAB 2014 why my matlab versionis 2013

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 MATLAB Support Package for Raspberry Pi Hardware에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by