Simulink.sdi.WorkerRun
Access simulation data from parallel workers
Description
The Simulink.sdi.WorkerRun
object provides access to run data
generated on Parallel Computing Toolbox™ parallel workers. Create a Simulink.sdi.WorkerRun
object
on the worker. Then, use the WorkerRun
object to access data in your
local MATLAB® session.
Creation
Description
creates a workerRun
= Simulink.sdi.WorkerRun(runID
)Simulink.sdi.WorkerRun
object with the run identifier
specified by runID
. When you want to create a
WorkerRun
object of the most recent run, use the Simulink.sdi.WorkerRun.getLatest
function.
Input Arguments
Object Functions
getDataset | Create Simulink.SimulationData.Dataset object of worker run
data |
getDatasetRef | Create Simulink.sdi.DatasetRef object for worker
run |
getLocalRun | Create local run from worker run |
Examples
Alternatives
You can also access, view, and analyze simulation data from Parallel Computing Toolbox workers using the Simulation Data Inspector.
Version History
Introduced in R2017b