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!

