Main Content

partition

(Removed) Partition bigimageDatastore

The partition function of the bigimageDatastore object has been removed (since R2026a). Use the partition function associated with the blockedImageDatastore object instead. For more information, see Version History.

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