This function calculates the volume between the plane Z=0 and the matrix surface, which is based on the numerical calculation of two dimensional integration.
To use this function:
In fact, the integ2 X-Function is called to complete the calculation.
| Input Matrix |
The operating matrix. |
|---|---|
| Interpolate for Missing Value |
Trim missing values if this parameter is true. |
This function computes the volume beneath the matrix surface using a numeric integral method.
For a continuous surface
, the volume beneath it can be computed as:
,
Using a numeric method, it can be written as:

where the M, N is the number of the rows and columns of the matrix respectively. In the actual process of computing,

is used instead of
.