フィルターのクリア

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

3 ビュー (過去 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
Emanuel Gallegos
Emanuel Gallegos 2015 年 12 月 15 日
Ty man, much appriciated

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeMATLAB についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by