mirror of
https://github.com/josdejong/mathjs.git
synced 2025-12-08 19:46:04 +00:00
533 B
533 B
Function concat
Concatenate two or more matrices Usage: math.concat(A, B, C, ...) math.concat(A, B, C, ..., dim)
Where the optional dim is the zero-based number of the dimension to be concatenated.
Parameters
| Parameter | Type | Description |
|---|---|---|
args |
... Array | Matrix |
Returns
| Type | Description |
|---|---|
| Array | Matrix | res |