Right click on the contour plot created by virtual matrix or matrix, then select Extract Data Points / Click the button
in Mini Toolbar
Extract data points from (virtual) matrix contour plot.
mgrid cols:=10 rows:=10 missing:=0;
Please refer to the page for additional option switches when accessing the x-function from script
| Display Name |
Variable Name |
I/O and Type |
Default Value |
Description |
|---|---|---|---|---|
| Data Points | iz |
Input int |
|
Specify the methods to extract data points.
Option list:
|
| Input Matrix | im |
Input MatrixObject |
|
Specify the matrix object. |
| Input | iy |
Input XYRange |
|
When extract data points by column, specify the XY range for extracted data point. |
| X Grid Size | cols |
Input int |
|
Specify the number of grid points along X direction. |
| Y Grid Size | rows |
Input int |
|
Specify the number of grid points along Y direction. |
| X Minimum | xmin |
Input double |
|
Specify the minimum X value of the output matrix data. By default, all data points are included. |
| X Maximum | xmax |
Input double |
|
Specify the maximum X value of the output matrix data. By default, all data points are included. |
| Y Minimum | ymin |
Input double |
|
Specify the minimum Y value of the output matrix data. By default, all data points are included. |
| Y Maximum | ymax |
Input double |
|
Specify the maximum Y value of the output matrix data. By default, all data points are included. |
| Missing Value Pretreatment | missing |
Input int |
|
Specify the method to preprocess missing values when extract data points with interpolation.
Option list:
|
| Pick Points | pickpts |
Input int |
|
When extract data points by Pick from Graph, specify the points by double-clicking on the graph. |
| Output Matrix | om |
Output MatrixObject |
|
Specify the output matrix
See the syntax here. |
You can use this X-Function to extract data points in the contour from virtual matrix or matrix.