Info
此问题已关闭。 请重新打开它进行编辑或回答。
how do i perform the following integration, as an example from x=1 to x=10 all variables t is a function of x
1 次查看(过去 30 天)
显示 更早的评论
t1=x^2+x+4
t2=x^3+9
t3=x+2
t4=x^2+x^3+x+9
t5=x^3+x^2+x^9
f=t1^2+4+(t2)+t3^3+t4+t5^3
0 个评论
回答(1 个)
Walter Roberson
2018-5-22
syms x
before the lines you have. Then after those lines
int(f, x, 1, 10)
1 个评论
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!