dsimulstate space discrete time simulationCalling Sequencey=dsimul(sl,u)Argumentsslsyslin list describing a discrete time linear system
ureal matrix of appropriate dimensiony
output of slDescription
Utility function.
If [A,B,C,D]=abcd(sl) and x0=sl('X0'), dsimul returns y=C*ltitr(A,B,u,x0)+D*u i.e.
the time response of sl to the input u.
sl is assumed to be in state space form (syslin list).
ExamplesSee Also
syslin
flts
ltitr