Double integration in simulink
古いコメントを表示
Kindly guide me When I am doing double integral of constant 10 with time 10 sec it gives the result of 500 but when I am solving it by hand it gives the result of 1000. I am solving it as ---> integral_0^10 integral_0^10 10 dx dy = 1000 Images of solution and simulink is attached


7 件のコメント
Jesus Velazquez
2018 年 1 月 29 日
編集済み: Jesus Velazquez
2018 年 1 月 29 日
What you have in Simulink is not the same as your original integral.
In Simulink, you have:
10 int_0^10 x dt
That results in 10x^2/2, which would yield 10(100)/2 = 500
I really don't know how you can do what you want.
mahmood hassan
2018 年 1 月 30 日
mahmood hassan
2018 年 1 月 30 日
Jesus Velazquez
2018 年 1 月 30 日
simulink will integrate twice, but over the same variable (time), that's why you are never going to get 1000.
Your first integrator does int 10 dt, then it goes into the second one, which does int 10 x dt. That results in 10x^2/2
mahmood hassan
2018 年 1 月 31 日
mahmood hassan
2018 年 2 月 3 日
Jesus Velazquez
2018 年 2 月 7 日
編集済み: Jesus Velazquez
2018 年 2 月 7 日

That one is a bit more complicated
回答 (1 件)
カテゴリ
ヘルプ センター および File Exchange で General Applications についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

