Matrix range
Returns two ranges with the dimensions of a matrix.
Syntax
matrix_range(Matrix)
Description
Given a matrix, returns two ranges: one between 1 and the number of rows, and another one between 1 and the number of columns.
Returns two ranges with the dimensions of a matrix.
matrix_range(Matrix)
Given a matrix, returns two ranges: one between 1 and the number of rows, and another one between 1 and the number of columns.