
Contents |
XYZ Gridding
Convert XYZ worksheet data into matrix
Minimum Origin Version Required: 8.1 SR0, updated in 8.5.1 SR0
XYZ2Mat iz:=(col(a),col(b),col(c)) settings.ConvertToMatrix:=1 om:=<new: Sparse>;
| Display Name | Variable Name | I/O and Type | Default Value | Description |
|---|---|---|---|---|
| Input | iz |
Input XYZRange | | XYZ worksheet data which needs to convert into matrix by gridding. |
| Gridding Settings | settings |
Input TreeNode | | Settings for gridding XYZ worksheet data. Please refer to More Information section below for more details. |
| Output Matrix | om |
Output MatrixObject | | If this check-box is selected, it allows specifying a matrix for the output gridding data. Output Matrix and Output Virtual Matrix can only one be selected.
See the syntax of Output Notations. |
| Output Virtual Matrix | ovm |
Output Worksheet | | If this check-box is selected, it allows specifying a worksheet for the output gridding data. And the output worksheet is arranged as a virtual matrix. Output Matrix and Output Virtual Matrix can only one be selected.
See the syntax of Output Notations. |
XYZ2Mat -d; in the Command Window to open the XYZ Gridding dialog.
For more information, please refer to our User Guide.
w2m, m2w, r2m, wexpand2m, xyz_regular, xyz_sparse, xyz_shep, xyz_shep_nag, xyz_renka, xyz_renka_nag, xyz_tps