fetchOutputs
R2026bDescription
retrieves the simulation
outputs from a simOut =
fetchOutputs(future)simulink.multisim.Future object.
fetchOutputs returns an N-by-1 array of
Simulink.SimulationOutput objects, where N is the
number of simulations in the design study. If the simulations are not yet finished,
fetchOutputs waits until they complete.
Examples
Input Arguments
Output Arguments
Tips
fetchOutputscallswaitinternally. You do not need to callwaitfirst.You can call
fetchOutputsmultiple times on the same future object.For large result sets, use
multisimDatastoreinstead to process results incrementally without loading everything into memory.If any simulation failed or was canceled, calling
fetchOutputstriggers an error.
Version History
Introduced in R2024a