simulink.cloud.MultisimDatastore
Description
The simulink.cloud.MultisimDatastore object provides a way to
access and analyze results from simulations run on cloud clusters. Using this datastore, you
can retrieve one complete simulation result at a time for local post-processing. To process
results from multiple simulations, you can explicitly iterate through the datastore in your
code. Before creating and using the datastore object, you must log into your cloud storage
account. For more information, see Work with Remote Data. You can use
simulink.cloud.MultisimDatastore object only with the Large-Scale Cloud Simulation for Simulink Support Package.
Creation
Description
creates a mds = multisimDatastore(job)simulink.cloud.MultisimDatastore object from the
simulink.cloud.Job object returned by batchsim.
creates a mds = multisimDatastore(job,WaitForCompletion=tf)simulink.cloud.MultisimDatastore object before all
simulations are complete when WaitForCompletion is set to
false.
Input Arguments
Output Arguments
Properties
Object Functions
Examples
Version History
Introduced in R2026a