Home > mpt > extras > control > mpt_optQuadCtrl.m

mpt_optQuadCtrl

PURPOSE ^

MPT_OPTQUADCTRL CFTOC of PWA systems with quadratic cost

SYNOPSIS ^

function ctrl = mpt_optQuadCtrl(sysStruct, probStruct, Options)

DESCRIPTION ^

 MPT_OPTQUADCTRL CFTOC of PWA systems with quadratic cost

 ctrl = mpt_optQuadCtrl(sysStruct, probStruct)
 ctrl = mpt_optQuadCtrl(sysStruct, probStruct, Options)

 ---------------------------------------------------------------------------
 DESCRIPTION
 ---------------------------------------------------------------------------
 Computes the explicit solution of a given CFTOC problem with quadratic cost
 fucntion.

 ---------------------------------------------------------------------------
 INPUT
 ---------------------------------------------------------------------------
 sysStruct         - System structure in the sysStruct format
 probStruct        - Problem structure in the probStruct format
 Options           - Additional options
    .verbose       - level of verbosity
    .mp.algorithm  - which enumeration algorithm to use
                     (Options.mp_algorithm=3 uses different enumeration)
    .mp.presolve   - perform pre-solving if this option is true (default)

 ---------------------------------------------------------------------------
 OUTPUT
 ---------------------------------------------------------------------------
 ctrl              - MPTCTRL object 

 see also MPT_CONTROL, MPT_OPTCONTROLPWA

CROSS-REFERENCE INFORMATION ^

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