Method ao/select


  SELECT select particular samples from the input AOs and return new AOs with only those samples.
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
  DESCRIPTION: SELECT select particular samples from the input AOs and return
               new AOs with only those samples.
 
  CALL:        b = select(a, [1 2 3 4]);
               b = select(a, pl)
 
  Parameters Description
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details
Access public
Defining Class ao
Sealed 0
Static 0

Parameter Description

Default

no description
Key Default Value Options Description
select
SAMPLES [] none A list of samples to select. Supported containers are:
  • a list of indexes
  • a vector of logicals, with correct length
  • an analysis object, with content as above
AXIS 'x'
  • 'x'
  • 'y'
If the samples are specified with an AO then it is possible to choose the axis from which you want to select the samples.

Example

plist('SAMPLES', [[]], 'AXIS', 'x')

back to top back to top

Some information of the method ao/select are listed below:
Class name ao
Method name select
Category Signal Processing
Package name ltpda
VCS Version 967b0eec0dece803a81af8ef54ad2f8c784b20b2
Min input args 1
Max input args -1
Min output args 1
Max output args -1
Can be used as modifier 1
Supported numeric types {'double'}




©LTP Team