Package: Simulink.sdi
Access simulation data from parallel workers
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.
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.
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 |
Handle. To learn how handle classes affect copy operations, see Copying Objects (MATLAB).
You can also access, view, and analyze simulation data from Parallel Computing Toolbox workers using the Simulation Data Inspector UI.