Main Content

numpartitions

Number of datastore partitions

Since R2025a

Description

n= numpartitions(mds) returns the default number of partitions for datastore mds.

n= numpartitions(mds, pool) returns a number of partitions to parallelize datastore access over the parallel pool specified by pool. To parallelize datastore access, you must have Parallel Computing Toolbox™ installed.

Input Arguments

collapse all

Datastore to read, specified as a simulink.multisim.MultisimDatastore object.

Parallel pool object.

Version History

Introduced in R2025a