combine
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.
Input Arguments
Version History
Introduced in R2025a