Method ao/intersect


  INTERSECT overloads the intersect operator for Analysis objects.
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
  DESCRIPTION: INTERSECT overloads the intersect operator for Analysis
               objects.
 
  CALL:        out = intersect(a1, a2);
 
  EXAMPLE:     This example shows only the x-values:
 
               a1: |-----------|    |--------------------|
               a2: |-------------------------------------|
 
               The output have the x-values of a1 and the y-values of a2
 
  Parameters Description
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details
Access public
Defining Class ao
Sealed 0
Static 0

Parameter Description

Default

no description
Key Default Value Options Description
AXIS 'x'
  • 'x'
  • 'y'
The axis on which to apply the method.
TOL [] none Tolerance for the intersect method.
back to top back to top

Some information of the method ao/intersect are listed below:
Class name ao
Method name intersect
Category Signal Processing
Package name ltpda
VCS Version 3f8d61c792503a5b5ec8a0a153efb23b65da24a9
Min input args 2
Max input args -1
Min output args 1
Max output args -1




©LTP Team