Join function

Connect data fields


Description

The join function links one- or two-dimensional data fields. The data fields are joined together line by line. That is, when two single-row data series are merged, it becomes a two-line table.


If the number of elements in the two data series is the same, the number of columns in the new table equals the number of columns in each data series.


When connecting data series of different lengths, the number of columns is equal to the number of elements of the longest data series. The shorter lines are extended by the missing elements and initialized to zero.


Syntax

Join (list ,list)

Join (table, list)

Join (table, table)

Examples

If the fields are of different lengths, the shorter field is filled with zeros.

Merging different curves