extendedDynamics
dynamic equtions for the controlled system
Contents
Syntax
Description
This function implements the closed-loop dynamics for a system controlled with combined controller
Input Arguments
|
x |
extended system state (dimension: [4*nx,1]) |
|
w |
disturbances (dimension: [nw,1]) |
|
p |
parameter vector containing control law parameter (dimension: [2*nu*nx+nx+2*nu,1]) |
|
nu |
number of system states (scalar) |
|
nu |
number of system inputs (scalar) |
|
forig |
function handle to the dynamic function of the original open-loop system |
|
Ahan |
function handle to the system matrix of the linearized system |
|
Bhan |
function handle to the input matrix of the linearized system |
Output Arguements
|
dx |
value of the dynamic equtions (dimension: [4*nx,1]) |
See Also
References
- [1] Schuermann et al. (2018), Reachset Model Predictive Control for Disturbed Nonlinear Systems
© 2018-2023 I6 Technische Universität München Website License
|
![]() |
![]() |
![]() |


