1.3.3 OA Mat-GetData
Contents
1
Description
2
Connector Pane
3
Controls and Indicators
Description
Get data as 2D array from an Origin Matrix Object.
Minimum Version Required: Origin 8.5 SR0
Connector Pane
Controls and Indicators
c1
is the index of first column to get, using 0 to start from the 1st column.
r1
is the index of first row to get, using 0 to start from the 1st row.
Origin.Matrix
is the matrix object from which we will access data.
error in(no error)
contains error information that occur before this VI or function runs.
c2
uses -1 to indicate last column, or a 0-offset column index as the last column to get.
r2
uses -1 to indicate last row, or a 0-offset row index as the last row to get.
Origin.Matrix
is a reference to Origin.Matrix.
Data
is the 2D array accessed from matrix object.
error out
contains error information.
1.3.1 OA FindMatrixSheet
1.3.2 OA GetMatrix
1.3.4 OA Mat-SetData
1.3.5 OA NewMatrixsheet