Main Content
fetchOutputs
Retrieve an array of Simulink.SimulationOutput
objects from all
simulations in Simulink.Simulation.Job
Description
returns an array of out
= fetchOutputs(simJob
)Simulink.SimulationOutput
objects containing the
results of the simulations in a batch job, simJob
.
fetchOutputs
reports an error if the job is not in the
'finished'
state, or if one of its simulations encounters an error
during execution. Use the wait
method
to wait for the job to complete before fetching outputs.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2018b
See Also
Functions
parsim
|batchsim
|cancel
|diary
|listAutoAttachedFiles
|wait
|getSimulationJobs
Classes
Topics
- Comparison Between Multiple Simulation Workflows
- Batch Processing (Parallel Computing Toolbox)