doc bugfix

This commit is contained in:
Adrian Mariano 2020-08-03 19:58:11 -04:00
parent baf4eb76dc
commit 719f1ff585

View File

@ -1198,7 +1198,7 @@ function subindex(M, idx) =
// Usage: submatrix(M, idx1, idx2)
// Description:
// The input must be a list of lists (a matrix or 2d array). Returns a submatrix by selecting the rows listed in idx1 and columsn listed in idx2.
// Arguments
// Arguments:
// M = Given list of lists
// idx1 = rows index list or range
// idx2 = column index list or range