You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use the ConstrainedLinearControlContinuousSystem to pass the initial states. However, the constraint is supposed to hold for all times, i.e., to be an invariant.
Furthermore, we completely ignore the matrix B, so the user needs to pass B*U directly.
The text was updated successfully, but these errors were encountered:
We use the
ConstrainedLinearControlContinuousSystem
to pass the initial states. However, the constraint is supposed to hold for all times, i.e., to be an invariant.Furthermore, we completely ignore the matrix
B
, so the user needs to passB*U
directly.The text was updated successfully, but these errors were encountered: