MATLAB Function Reference
  Go to function:
    Search    Help Desk 
join     See Also

joins two data sets

Syntax

Description

d = join(d1,d2) Joins two different data sets d1 and d2, even if they are not compatible (they do not share the same variables). This can lead to a strongly sparse data set if the data sets are fairly different. Note also that the variables will be resorted during the process.

See Also

vertcat

[ Help Desk ]