如何求积分方程上限?。
Show older comments
fff=@(x) [quadgk(@(x1) x1,0,x(1))-2;]
y=fsolve(fff,[0])
请问这个程序哪里错了?

Accepted Answer
More Answers (0)
Categories
Find more on 数学 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!