Main Content

partition

(Not recommended) Partition bigimageDatastore

Since R2019b

The partition function of the bigimageDatastore object is not recommended. Use the partition function associated with the blockedImageDatastore object instead. For more information, see Compatibility Considerations.

Description

outds = partition(bigds,n,index) partitions big image datastore bigds into the number of parts specified by n and returns the partition corresponding to the index index.

Input Arguments

collapse all

Big image datastore, specified as a bigimageDatastore object.

Number of partitions, specified as a positive integer.

Example: 3

Data Types: double

Index, specified as a positive integer.

Example: 1

Data Types: double

Output Arguments

collapse all

Output datastore, returned as a bigimageDatastore object.

Version History

Introduced in R2019b

expand all