Home > mpt > extras > auxiliary > mpt_options.m

mpt_options

PURPOSE ^

MPT_OPTIONS Read / modify solver settings for MPT

SYNOPSIS ^

function out=mpt_options(varargin)

DESCRIPTION ^

MPT_OPTIONS Read / modify solver settings for MPT

 ---------------------------------------------------------------------------
 DESCRIPTION
 ---------------------------------------------------------------------------
 Prints information about surrent solver setting if called without any input
 and output arguments

 Returns mptOptions structure if called as out = mpt_options

 Sets field of mptOptions structure by providing a pair of 'property' and value.

 Fields of mptOptions:

 see help mpt_init for more information

 USAGE:

   mpt_options
   options = mpt_options;
   mpt_options('Property',Value,'Property',Value,...)
   e.g.
   mpt_options('qpsolver',0,'lpsolver',3,'debug_level',2)

 ---------------------------------------------------------------------------
 INPUT
 ---------------------------------------------------------------------------
 Pair(s) Property, Value

 ---------------------------------------------------------------------------
 OUTPUT                                                                                                    
 ---------------------------------------------------------------------------
 mptOptions structure

CROSS-REFERENCE INFORMATION ^

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