Main Content

progress

Return percentage of data read from datastore

Since R2025a

Description

p = progress(mds) returns the percentage, as a number between 0 and 1, of the data that you have read from the datastore object mds. For example, a return value of 0.55 means that you have read 55% of the simulation results. Use the progress function and the NumSims property to determine the current read position.

Input Arguments

collapse all

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

Output Arguments

collapse all

Percentage of data read from the datastore, returned as a number between 0 and 1.

Data Types: double

Version History

Introduced in R2025a