Home > mpt > examples > models > Double_Integrator_parU.m

Double_Integrator_parU

PURPOSE ^

DOUBLE_INTEGRATOR_PARU 2nd order LTI example with polytopic uncertainty

SYNOPSIS ^

This is a script file.

DESCRIPTION ^

DOUBLE_INTEGRATOR_PARU 2nd order LTI example with polytopic uncertainty

 ---------------------------------------------------------------------------
 DESCRIPTION
 ---------------------------------------------------------------------------

 2nd order Double Integrator dynamics with 2 states and 1 control input
 
 Default values are:
   * Norm 2
   * Prediction horizon N = 5
   * Weight in the cost function Q = I, R = 1
   * No bounds on x0
   * Level of suboptimality = 0
   * Parametric uncertainty 

 Correct results:
 probStruct.N          :  5 |  8 | Inf | Inf | Inf
 probStruct.subopt_lev :  0 |  0 |  0  |  1  |  2
 # regions             : 41 | 57 | 69  | 66  |  7


 USAGE:
   Double_Integrator_parU
   ctrlStruct = mpt_control(sysStruct,probStruct);

 ---------------------------------------------------------------------------
 INPUT
 ---------------------------------------------------------------------------
 none

 ---------------------------------------------------------------------------
 OUTPUT                                                                                                    
 ---------------------------------------------------------------------------
 sysStruct, probStruct - system and problem definition structures stores
                         in the workspace

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Thu 30-Mar-2006 10:26:47 by m2html © 2003