join#

swordfish.function.join()#

Merge X and Y.

参数:
  • X (Constant) -- A scalar/vector/matrix/table.

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

返回:

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.

返回类型:

Constant