Simulink.sdi.WorkerRun class
Package: Simulink.sdi
Access simulation data from parallel workers
Description
The Simulink.sdi.WorkerRun
class provides access to run data
generated on Parallel Computing Toolbox™ parallel workers. Create a Simulink.sdi.WorkerRun
object on the worker, and then use the object to access data in your local MATLAB® session.
Construction
creates a workerRun
= Simulink.sdi.WorkerRun(runID
)Simulink.sdi.WorkerRun
object with the run identifier
specified by runID
.
creates a workerRun
= Simulink.sdi.WorkerRun.getLatestSimulink.sdi.WorkerRun
object of the most recent
run.
Input Arguments
Methods
getDataset | Create Dataset of worker run data |
getDatasetRef | Create DatasetRef for worker run |
getLatest | Create worker run for latest run |
getLocalRun | Create local run from worker run |
Copy Semantics
Handle. To learn how handle classes affect copy operations, see Copying Objects.
Examples
Alternatives
You can also access, view, and analyze simulation data from Parallel Computing Toolbox workers using the Simulation Data Inspector UI.
Version History
Introduced in R2017b