Avinash Ravichandran
 
 

Home > helper > testParamValidity.m

testParamValidity


PURPOSE

This function check the parameter validity with a set of parameters

SYNOPSIS

function defaultedParam = testParamValidity(defaultParams,inputParams)

 

DESCRIPTION

 This function check the parameter validity with a set of parameters

 Given two sets of parameters, this function calculates which options have
 not been set and defaults them.

 INPUTS
   defaultParams  - Structure containing all the default values for them
                    various options.

   inputParams    - Structure containing the currently used set of options.

 OUTPUTS
   defaultedParam - Structure containing the input parameters and the
                    defaulted values for the missing options.

 EXAMPLE
 

% Written by : Avinash Ravichandran
% $DATE      : 02-Mar-2011 17:20:23 $
% $REVISION  : 1.00 $

 

CROSS-REFERENCE INFORMATION

This function calls:

This function is called by: