Method ao/rdivide
RDIVIDE implements division operator for analysis objects.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
DESCRIPTION: RDIVIDE implements division operator for two analysis objects.
CALL:
a = a1./a2
a = rdivide(a1,a2);
a = rdivide(a1,a2,a3) == rdivide(rdivide(a1,a2),a3)
More than two inputs are handled with nested calls.
Parameters Description
VERSION: $Id: rdivide.m,v 1.38 2011/04/08 08:56:15 hewitson 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 |
back to top
Some information of the method ao/rdivide are listed below: |
Class name |
ao |
Method name |
rdivide |
Category |
Arithmetic Operator |
CVS Version |
$Id: rdivide.m,v 1.38 2011/04/08 08:56:15 hewitson Exp $ |
Min input args |
2 |
Max input args |
-1 |
Min output args |
1 |
Max output args |
-1 |
|
Method: ao/power |
|
Method: ao/times |
 |
©LTP Team