2.8.9 integ2(Pro)
Contents
Menu Information
Analysis: Mathematics: 2D Volume Integrate (Activate a Matrix)
Brief Information
Integrate matrix data
Additional Information
This feature is for OriginPro only.
Command Line Usage
1. integ2 im:=[MBook1]MSheet1!Mat(a);
2. integ2 integral:=result;
X-Function Execution Options
Please refer to the page for additional option switches when accessing the x-function from script
Variables
| Display Name |
Variable Name |
I/O and Type |
Default Value |
Description |
|---|---|---|---|---|
| Input Matrix | im |
Input MatrixObject |
|
The operating matrix. |
| Interpolate for Missing Value | missing |
Input int |
|
Trim missing values if this parameter is true |
| Integration Result | integral |
Output double |
|
The integration result |
Examples
1. Create a new matrix: Select File: New from menu, then select matrix in the dialog; or click the New Matrix button in the toolbar.
2. Set the matrix values: Select Matrix: Set Values from the menu, then set the values as sin(i)+cos(j)+10 in the dialog.
3. With the resulting matrix active, select Analysis: Mathematics: 2D Volume Integrate; or type integ2 in the command window.
4. Then you can see output results on the Results Log window
More Information
Please refer to this page in the User Guide for more information:
- Description
- Algorithm
Related X-Functions
Keywords:volume, integration