Home > mpt > extras > auxiliary > mpt_verifySysStruct.m

mpt_verifySysStruct

PURPOSE ^

MPT_VERIFYSYSSTRUCT Verifies the sysStruct structure

SYNOPSIS ^

function sysStruct=mpt_verifySysStruct(sysStruct,Options)

DESCRIPTION ^

MPT_VERIFYSYSSTRUCT Verifies the sysStruct structure

 sysStruct=mpt_verifySysStruct(sysStruct,Options)

 ---------------------------------------------------------------------------
 DESCRIPTION
 ---------------------------------------------------------------------------
 Verifies if the structure defining the system dynamics and constraints has all
 fields filled out.

 Internal function.

 ---------------------------------------------------------------------------
 INPUT
 ---------------------------------------------------------------------------
 sysStruct        - System structure in the probStruct format
 Options.verbose  - level of verbosity 

 Note: If Options is missing or some of the fields are not defined, the default
       values from mptOptions will be used

 ---------------------------------------------------------------------------
 OUTPUT                                                                                                    
 ---------------------------------------------------------------------------
 sysStruct        - System structure in the sysStruct format

 see also MPT_VERIFYPROBSTRUCT, MPT_CONTROL

CROSS-REFERENCE INFORMATION ^

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