Returns a submatrix of matrix starting at (row 1, column 1) and ending at (row N, column N).
Wire inputs to Get Matrix Elements to retrieve elements that are not next to each other in matrix.
2D array of any numeric type.
First row in matrix you want to appear in the output.
Must be an integer or real numeric.
Default: 0
Last row in matrix you want to appear in the output.
Must be an integer or real numeric.
Default: The index of the last row in matrix.
First column in matrix you want to appear in the output.
Must be an integer or real numeric.
Default: 0
Last column in matrix you want to appear in the output.
Must be an integer or real numeric.
Default: The index of the last column in matrix.
The resulting submatrix. If matrix is an empty matrix, submatrix returns matrix. The data type of submatrix is the same as the data type of matrix.
Where This Node Can Run:
Desktop OS: Windows
FPGA: Not supported
Web Server: Not supported in VIs that run in a web application