anyone know how to fix it mypi=raspi Undefined function or variable 'raspi'.?
조회 수: 5 (최근 30일)
이전 댓글 표시
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
2018년 7월 24일
you must use a single apostrophe for its parameter.
>> mypi = raspi('192.168.10.101', 'pi', 'raspberry')
참고 항목
카테고리
Help Center 및 File 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!