Worksheet: Convert to Matrix: XYZ Log Gridding
Convert XYZ data to matrix with logarithmic gridding
Minimum Origin Version Required: 8.5.1 SR0
XYZ2MatLog iz:=(col(a),col(b),col(c)) settings.ConvertToMatrix:=2 ovm:=<new: RenkaCline>;
Please refer to the page for additional option switches when accessing the x-function from script
Input
XYZRange
TreeNode
Output
MatrixObject
See the syntax of Output Notations.
Worksheet
This X-Function will first calculate the logarithmic values for X and Y values, and then perform XYZ Gridding just as XYZ2Mat does. Both X-Functions have the same input and output settings. This is equivalent to the following two steps:
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
Keywords:worksheet