Home > mpt > extras > auxiliary > mpt_verifySysProb.m

mpt_verifySysProb

PURPOSE ^

MPT_VERIFYSYSPROB Verifies system and problem structures

SYNOPSIS ^

function [sysStruct,probStruct]=mpt_verifySysProb(sysStruct,probStruct,Options)

DESCRIPTION ^

MPT_VERIFYSYSPROB Verifies system and problem structures

 [sysStruct,probStruct]=mpt_verifySysProb(sysStruct,probStruct,Options)

 ---------------------------------------------------------------------------
 DESCRIPTION
 ---------------------------------------------------------------------------
 Checks sysStruct and probStruct structures for validity

 Internal function.

 ---------------------------------------------------------------------------
 INPUT
 ---------------------------------------------------------------------------
 sysStruct        - System structure in the sysStruct format
 probStruct       - Problem 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        - Verified system structure in the sysStruct format
 probStruct       - Verified problem structure in the probStruct format

 see also MPT_VERIFYSYSSTRUCT, MPT_VERIFYPROBSTRUCT

CROSS-REFERENCE INFORMATION ^

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