Home > marl > lib > parseconfig.m

parseconfig

PURPOSE ^

Parse and process typical options in configuration string or structure

SYNOPSIS ^

function [cfg, overridden, defaulted] = parseconfig(cfg, CFG, ECFG, mode)

DESCRIPTION ^

 Parse and process typical options in configuration string or structure
 Parameters:
   cfg     - configuration to process
   CFG     - defaults
   ECFG    - early defaults
   mode    - mode in which the problem function should be called, if any
 Returns:
   cfg         - the parsed configuration
   overridden  - fields that were explicitly set
   defaulted   - fields that defaulted

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Wed 04-Aug-2010 16:55:08 by m2html © 2005