partition
Syntax
Description
partitions the signal datastore into the number of parts specified by
subsds
= partition(sds
,numPartitions
,index
)numPartitions
and returns the partition corresponding to
index
.
partitions the signal datastore and returns the partition corresponding to the
subsds
= partition(sds
,'Observations',index
)index
in the Observations
property.
If
sds
contains file data, the function partitions the signal datastore by files.If
sds
contains in-memory data, the function partitions the signal datastore by members.
partitions the signal datastore and returns the partition corresponding to the observation
name subsds
= partition(sds
,'Observations',obsname
)obsname
.
If
sds
contains file data, the function partitions the datastore by files.If
sds
contains in-memory data, the function partitions the datastore by members.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2020a