does not support cell arrays containing cell arrays or objects.
2 ビュー (過去 30 日間)
古いコメントを表示
hi all
i got function from share code
but the problem when i fill the input as array i got that error
my input file
p = [100,100,100,100,100,100,100,100,100]
jac = 4x1
anyone could help me
5 件のコメント
Walter Roberson
2019 年 5 月 30 日
fluid.u2=fluid.u1(p,T);
When you call that line what are class(p) and class(T)?
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Whos についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!