Main Content
combine
Combine data from multiple datastores
Description
dsnew = combine(
combines
multiple datastores to create a ds1,ds2,...,dsN
)CombinedDatastore
object using the data
returned by the read
function on the input datastores.
dsnew = combine(
combines multiple datastores based on the specified read order. The read order determines
the creation of either a ds1,ds2,...,dsN
,ReadOrder=order
)CombinedDatastore
or
SequentialDatastore
object.
Examples
Input Arguments
Extended Capabilities
Version History
Introduced in R2019aSee Also
CombinedDatastore
| SequentialDatastore
| read
| readall
| reset
| hasdata
| preview
| transform