|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
SystemsModelStateFeedbackConnect
SystemsModelStateFeedbackConnect[ssm, controller]
connects the states of StateSpaceModel ssm to controller and the outputs of controller to the inputs of ssm in feedback.
SystemsModelStateFeedbackConnect[ssm, controller, {s1, ...}, {{in1, ftype1}, ...}]
connects state
of
to the i
input of controller and the j
output of controller to input
of
with feedback type
.
DetailsDetails
- The controller controller can be a gain matrix, a StateSpaceModel object, or a TransferFunctionModel object.
-
- The gain matrix can be obtained using StateFeedbackGains, LQRegulatorGains, or DiscreteLQRegulatorGains.
ExamplesExamplesopen allclose all
Basic Examples (3)Basic Examples (3)
Determine the closed-loop model of a state-feedback system:
| In[1]:= |
| Out[1]= |
Compute the feedback gains to place the poles at
and
for a discrete-time system:
| In[1]:= |
| Out[1]= |
Determine the closed-loop model:
| In[2]:= |
| Out[2]= | ![]() |
| In[3]:= |
| Out[3]= |
Determine the closed-loop model with a set of optimal state feedback gains:
| In[1]:= |
| Out[1]= | ![]() |
New in 8
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »




