Method ao/any
ANY overloads the any operator for analysis objects. True if any element
of the AO is a nonzero number or is logical true
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
DESCRIPTION: ANY overloads the any operator for analysis objects.
True if any element of the AO is a nonzero number or is logical true
CALL: ao_out = any(ao_in);
ao_out = any(ao_in, pl);
ao_out = any(ao1, pl1, ao_vector, ao_matrix, pl2);
POSSIBLE VALUES: ao_in = [ao2 ao3]
ao_in = ao_vector
ao_in = ao_matrix
Parameters Description
VERSION: $Id: any.m,v 1.2 2012/04/22 18:53:09 mauro Exp $
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details |
|
Access |
public |
Defining Class |
ao |
Sealed |
0 |
Static |
0 |
Parameter Description
Sets for this method … |
1D |
2D |
3D |
1D |
no description |
Key |
Default Value |
Options |
Description |
AXIS |
'y' |
none |
The axis on which to apply the method. |
DIM |
[] |
none |
The dimension of the chosen vector to apply the method to. This is necessary for functions like mean() when applied to matrices held in cdata objects. For tsdata, fsdata or xydata, this option has no effect. |
OPTION |
'' |
none |
Any additional option to pass to the method. |
back to top
2D |
no description |
Key |
Default Value |
Options |
Description |
AXIS |
'y' |
|
The axis on which to apply the method. |
OPTION |
'' |
none |
Any additional option to pass to the method. |
back to top
3D |
no description |
Key |
Default Value |
Options |
Description |
AXIS |
'z' |
|
The axis on which to apply the method. |
DIM |
[] |
none |
The dimension of the chosen vector to apply the method to. This is necessary for functions like mean() when applied to matrices held in the z field of xyzdata objects. |
OPTION |
'' |
none |
Any additional option to pass to the method. |
back to top
Some information of the method ao/any are listed below: |
Class name |
ao |
Method name |
any |
Category |
Operator |
CVS Version |
$Id: any.m,v 1.2 2012/04/22 18:53:09 mauro Exp $ |
Min input args |
1 |
Max input args |
-1 |
Min output args |
1 |
Max output args |
-1 |
|
Method: ao/angle |
|
Method: ao/bilinfit |
 |
©LTP Team