Method mfh/setParamsToConst


  SETPARAMSTOCONST set the given parameters to be constant in the model.
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
  DESCRIPTION: SETPARAMSTOCONST set the given parameters to be constant in
               the model.
 
  The function handle is minimised a function of its 'inputs' by calling
  MATLAB's fminsearch() function.
 
  CALL:
             fh = setParamsToConst(fh, pest)
             fh = setParamsToConst(fh, pl)
 
  INPUTS:      fh   - input function handle object (@mfh)
             pest   - input parameter definition pest
               pl   - input parameter list
 
  OUTPUTS:    min   - output mfh object with the specified parameters fixed
 
  Parameters Description
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details
Access public
Defining Class mfh
Sealed 0
Static 0

Parameter Description

Default

no description
Key Default Value Options Description
setParamsToConst
P0 [] none A pest object describing the parameters to be set to constant. Give one object to be used for all input models, or one pest object per input model.

Example

plist('P0', [[]])

back to top back to top

Some information of the method mfh/setParamsToConst are listed below:
Class name mfh
Method name setParamsToConst
Category Signal Processing
Package name ltpda
Can be used as modifier 1
Supported numeric types {'double'}




©LTP Team