Main Content

partition

(To be removed) Partition bigimageDatastore

The partition function of the bigimageDatastore object will be removed in a future release. 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

R2024b: Warns

The partition function issues a warning that it will be removed in a future release.