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
VERSION: $Id: intersect.m,v 1.6 2012/02/08 20:02:01 mauro Exp $
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details |
|
Access |
public |
Defining Class |
ao |
Sealed |
0 |
Static |
0 |
Parameter Description
Sets for this method … |
Default |
Default |
no description |
Key |
Default Value |
Options |
Description |
AXIS |
'x' |
|
The axis on which to apply the method. |
TOL |
[] |
none |
Tolerance for the intersect method. |
back to top
Some information of the method ao/intersect are listed below: |
Class name |
ao |
Method name |
intersect |
Category |
Signal Processing |
CVS Version |
$Id: intersect.m,v 1.6 2012/02/08 20:02:01 mauro Exp $ |
Min input args |
2 |
Max input args |
-1 |
Min output args |
1 |
Max output args |
-1 |
|
Method: ao/interpmissing |
|
Method: ao/kstest |
 |
©LTP Team