linalg[augment] - join two or more matrices together horizontally
linalg[concat] - a synonym for augment
|
Calling Sequence
|
|
augment(A, B, ...)
concat(A, B, ...)
|
|
Parameters
|
|
A, B, ...
|
-
|
matrices or vectors
|
|
|
|
|
Description
|
|
•
|
The function augment joins two or more matrices or vectors together horizontally. A vector is interpreted as a column vector. The matrices and vectors must have the same number of rows.
|
•
|
The command with(linalg,augment) allows the use of the abbreviated form of this command.
|
|
|
Download Help Document
Was this information helpful?