Solving matrix differential equation in Simulink

Hi all,
Is there a way to solve a matrix differential equation in Simulink? X'= A X + F(t) with forcing function F(t)?
Ben

 채택된 답변

Sebastian Castro
Sebastian Castro 2015년 4월 13일

2 개 추천

Sure you can! You can use the Integrator block to go from X' to X. Depending on the dimension of your A matrix (N-by-N), you can specify the initial conditions in the Integrator block as an N-by-1 vector. The rest is just setting up the math around that.
The screenshot below is a simple example where N = 2:
- Sebastian

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Simulink에 대해 자세히 알아보기

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by