Method pest/subset


  SUBSET Extract a subset of parameters from a pest.
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
  DESCRIPTION: SUBSET Extract a subset of parameters from a pest.
               Please notice that this makes the model meaningless.
 
  CALL:        obj = obj.subset('a');
               obj = obj.subset({'a', 'b'});
               obj = obj.subset(plist('parameters', {'a', 'b'}))
 
  INPUTS:      obj - one pest model.
               pl  - parameter list
 
  Parameters Description
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details
Access public
Defining Class pest
Sealed 0
Static 0

Parameter Description

Default

no description
Key Default Value Options Description
subset
PARAMETERS [] none Parameters to extract from the pest object.

Example

plist('PARAMETERS', [[]])

back to top back to top

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




©LTP Team