MATLAB Functions
MATLAB Functions
of the system:
NUM(s)
H(s) = --------
DEN(s)
FEEDBACK Feedback connection of two LTI models.
SYS = FEEDBACK(SYS1,SYS2) computes an LTI model SYS for
the closed-loop feedback system
DLINMOD Obtains linear models from systems of ODEs and discrete-time systems.
Creation:
[A,B,C,D]=DLINMOD('SYS',TS) obtains a discrete-time state-space linear
model (with sample time TS) of the system of mixed continuous and
discrete systems described in the block diagram 'SYS' when the state
variables and inputs are set to the defaults specified in the block
diagram.