state space equation in simulink
조회 수: 1 (최근 30일)
이전 댓글 표시
Can someone please let me know how to implement the following state space equation x'' + 2x' + x = u and y = x in simulink, with condition x'(0) = 1, x(0) = 0.
댓글 수: 0
답변 (1개)
Ngoc Thanh Hung Bui
2018년 5월 6일
forget the equation y = x then you have a ODE with boundary condition problem search "how to solve differential equations using simulink" instead
actually if the equation is y = Cx + Du instead y = x the problem is still just the solving ODE problem but a little more complicated
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Ordinary Differential Equations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!