isPartitionable
Determine whether datastore is partitionable
Syntax
Description
tf = isPartitionable( returns logical
ds)1 (true) if the datastore ds is
partitionable. Otherwise, the result is logical 0
(false).
TransformedDatastoreis partitionable if all underlying datastores are partitionable.CombinedDatastoreandSequentialDatastoreare partitionable if all underlying datastores have asubsetmethod or are transformations/combinations of datastores that havesubsetmethods.Custom datastore classes are partitionable if they subclass from
matlab.io.datastore.Partitionable.
You can use the partition function on partitionable
datastores to create partitions for parallel processing with Parallel Computing Toolbox™.
Examples
Input Arguments
Extended Capabilities
Version History
Introduced in R2020a