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
intersect
AXIS 'x'
  • 'x'
  • 'y'
The axis on which to apply the method.
TOL [] none Tolerance for the intersect method.

Example

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

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 967b0eec0dece803a81af8ef54ad2f8c784b20b2
Min input args 2
Max input args -1
Min output args 1
Max output args -1
Can be used as modifier 0
Supported numeric types {'double'}




©LTP Team