Simulating a dynamical system
Simulating a dynamical system
(OP)
I have a question I am trying to figure out how to approach. My Matlab code is not outputting as I would like. Is there any way I can get some help modeling this system?
Consider a linear dynamic time invariant system given by:
π₯ = π΄π₯ + π΅π’
where
π΄ =
[β0.045 0.036 0 β32.2
β0.369 β2.02 176 0
0.0019 β0.0396 β2.948 0
0 0 1 0]
π΅ =
[0 39.6429
28.1464 0
β12.0182 0
0 0]
Task
1: Simulate the dynamical system for the state variables
1. π₯(0) = [0,0,0,0]^T
2. π₯(0) = [1,0,1,0]^T
Consider a linear dynamic time invariant system given by:
π₯ = π΄π₯ + π΅π’
where
π΄ =
[β0.045 0.036 0 β32.2
β0.369 β2.02 176 0
0.0019 β0.0396 β2.948 0
0 0 1 0]
π΅ =
[0 39.6429
28.1464 0
β12.0182 0
0 0]
Task
1: Simulate the dynamical system for the state variables
1. π₯(0) = [0,0,0,0]^T
2. π₯(0) = [1,0,1,0]^T





RE: Simulating a dynamical system
TTFN

FAQ731-376: Eng-Tips.com Forum Policies
Need help writing a question or understanding a reply? forum1529: Translation Assistance for Engineers