I get this error 'Undefined function 'B' for input arguments of type 'char'.' on running the following the code. What am I doing wrong?

1 回表示 (過去 30 日間)
Ishaan
Ishaan 2014 年 3 月 20 日
コメント済み: Friedrich 2014 年 3 月 20 日
B := hfarray(1..2,1..2,[Haa,Hab],[Hba,Hbb]);
Haa := hfarray(1..n);
Hab := hfarray(1..n);
Hba := hfarray(1..n);
Hbb := hfarray(1..n);
  2 件のコメント
Matt J
Matt J 2014 年 3 月 20 日
The code you have shown does not look like MATLAB code.
Friedrich
Friedrich 2014 年 3 月 20 日
Looks like MUPAD code.

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

回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by