Error in sym/int
19 ビュー (過去 30 日間)
古いコメントを表示
Error using symengine
List or a table expected.
Error in sym/int
rSym = mupadmex('symobj::intdef',f.s,x.s,a.s,b.s,options);
Integral=int(fun,x,Li,Ls);
1 件のコメント
Walter Roberson
2022 年 2 月 27 日
編集済み: Walter Roberson
2022 年 2 月 27 日
Is fun a symbolic expression or a symbolic function?
Is x a scalar symbolic variable?
Are Li and Ls both scalars? Are they numeric or symbolic ?
Could you save fun, x, Li, Ls to a .mat and attach the .mat for testing ?
Which MATLAB release are you using?
回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!