Home > mpt > examples > models > Double_Integrator_addU.m

Double_Integrator_addU

PURPOSE ^

DOUBLE_INTEGRATOR_ADDU 2nd order LTI example with additive uncertainty

SYNOPSIS ^

This is a script file.

DESCRIPTION ^

DOUBLE_INTEGRATOR_ADDU 2nd order LTI example with additive 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
   * Additive uncertainty

 
 Correct results:
 probStruct.N          :  5 
 probStruct.subopt_lev :  0 
 # regions             : 43 


 USAGE:
   Double_Integrator_addU
   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