join#

swordfish.function.join()#

Merge X and Y.

Parameters:
  • X (Constant) – A scalar/vector/matrix/table.

  • Y (Constant) – A scalar/vector/matrix/table.

Returns:

If X is a scalar, Y can be a scalar/vector. The result is a vector.

If X is a vector, Y must be a scalar/vector. The result is a vector.

If X is a matrix, Y must be a vector/matrix with the same number of rows as X. The result is a matrix with the same number of rows as X.

If X is a table, Y must be a table or a vector with the same number of rows as X. The result is a table with the same number of rows as X.

Return type:

Constant