Method pest/removeParameters


  REMOVEPARAMETERS removes the named parameters from the pests.
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
  DESCRIPTION: REMOVEPARAMETERS removes the named parameters from the pest.
 
  CALL:
           pout = removeParameters('p1', 'p2', ...);
           pout = removeParameters({'p1', 'p2'});
           pout = removeParameters(LPFParam, LPFParam);
           pout = removeParameters([LPFParam, LPFParam]);
 
  Warning: this does not treat properly the covariance matrix.
  Indeed, the covariance matrix will be emptied by this operation.
 
  Parameters Description
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details
Access public
Defining Class pest
Sealed 0
Static 0

Parameter Description

Default

no description
Key Default Value Options Description
removeParameters
PARAMS {} [0x0] none A cell-array of parameter names to be removed.

Example

plist('PARAMS', cell(0,0))

back to top back to top

Some information of the method pest/removeParameters are listed below:
Class name pest
Method name removeParameters
Category Converter
Package name ltpda
Can be used as modifier 0
Supported numeric types {'double'}




©LTP Team