求解带有变限积分方程式。
Show older comments
syms x t
solve(1-0.1864+4/x*(1/x*(int(t/(exp(t)-1),0,x))-1))
错误使用 mupadengine/feval (line 157)
MuPAD error: Error: The second argument must be of form x or x = a..b. [int]
出错 solve (line 170)
sol = eng.feval('symobj::solvefull',eqns,vars);
请问这是什么问题啊?
Accepted Answer
More Answers (0)
Categories
Find more on Common Operations in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!