Create a single run for all simulation outputs
creates a run with the data runID
= Simulink.sdi.createRunOrAddToStreamedRun(mdl
,runName
,varSources
,varValues
)varValues
if no run exists in the
Simulation Data Inspector repository for the model mdl
. If one or
more runs for the model mdl
exist in the Simulation Data
Inspector repository, the function adds varValues
to the most
recent run associated with mdl
. The run is named according to
runName
, and the sources for the data in
varValues
are named according to
varSources
.
Simulink.sdi.addToRun
| Simulink.sdi.createRun
| Simulink.sdi.getAllRunIDs
| Simulink.sdi.getRun
| Simulink.sdi.getRunCount
| Simulink.sdi.isValidRunID
| Simulink.sdi.Run
| Simulink.sdi.view