Home > helper > testParamValidity.m
This function check the parameter validity with a set of parameters
function defaultedParam = testParamValidity(defaultParams,inputParams)
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 $
This function calls:
This function is called by: