Achievements:
Coded care()
function, Octave style.
care
solves the continuous-time Riccati equation:
A'*X + X*A − X*B*R^−1*B'*X + Q'*Q = 0
care(A, B, Q, R)
Achievements:
Coded sysgroup
and append
, Octave style.
append
appends the dynamics of n-state-space systems
G <- append(sys1, sys2, sys3,...sysN)
Achievements:
Coded cloop
CLOOP(SYS)
produces a model of the closed loop system
Achievements:
Coded selectsys
to extract a subsystem from a state-space system.
Usage is:
selectsys(sys, inputs, outputs)
Achievements:
General reviews
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.