Home > mpt > extras > auxiliary > mpt_evalSystem.m

mpt_evalSystem

PURPOSE ^

MPT_EVALSYSTEM Extracts data from sysStruct and probStruct structures

SYNOPSIS ^

function [A,B,C,D,Q,R,ymin,ymax,umin,umax,dumin,dumax,bndA,bndb]=mpt_evalSystem(sysStruct,probStruct)

DESCRIPTION ^

MPT_EVALSYSTEM Extracts data from sysStruct and probStruct structures

 [A,B,C,D,Q,R,ymin,ymax,umin,umax,dumin,dumax,bndA,bndb]=mpt_evalSystem(sysStruct,probStruct)

 ---------------------------------------------------------------------------
 DESCRIPTION
 ---------------------------------------------------------------------------
 Extracts informations from the system and problem definition structures

 ---------------------------------------------------------------------------
 INPUT
 ---------------------------------------------------------------------------
 sysStruct      - System structure in the sysStruct format
 probStruct     - Problem structure in the probStruct format

 ---------------------------------------------------------------------------
 OUTPUT                                                                                                    
 ---------------------------------------------------------------------------
 A,B,C,D        - System dynamics matrices
 Q,R            - Weighting matrices in the cost index
 ymin, ymax     - min/max constraints on the output
 umin, umax     - min/max constraints on the control input
 dumin, dumax   - min/max constraints on the slew rate of control input
 bndA, bndb     - region of exploration bndA*x<=bndb

CROSS-REFERENCE INFORMATION ^

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