mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-30 08:19:36 +00:00
doc bugfix
This commit is contained in:
parent
baf4eb76dc
commit
719f1ff585
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue