「演算子 ** が未定義です。」
Ältere Kommentare anzeigen
1時間前からmatlabのチュートリアルで勉強を始めた者です。評価版を使用しています。 簡単な演算のところで以下のエラーが発生して困っています。 エラーの回避方法を教えてください。
>> a={1,2,3;4,5,6;7,8,9}
a =
3×3 の cell 配列
{[1]} {[2]} {[3]}
{[4]} {[5]} {[6]}
{[7]} {[8]} {[9]}
>> b=inv(a)
関数 'inv' (タイプ'cell' の入力引数) が未定義です。
>> b=a+10
'cell' 型の入力引数の演算子 '+' が未定義です。
1 Kommentar
michio
am 23 Jun. 2018
コード部分の表示編集しました。
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu 言語の基礎 finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!