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일)
이전 댓글 표시
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
답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!