Need help with the approximate discretization of the state-space

Hello,
y''(t)+5*y'(t)+6y(t)= u(t)
x=[y1;y'2]=[0 1; -6 -5]*[y1;y2] + [0;1]*u
t = nT
how to do sampling (discritisation) and approximation of this equation in Matlab?

Answers (0)

Categories

Find more on Mathematics in Help Center and File Exchange

Asked:

on 13 Nov 2012

Community Treasure Hunt

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

Start Hunting!