Simulink.sdi.copyRun
R2026bCopy Simulation Data Inspector run
Syntax
Description
copies the run corresponding to newRunID = Simulink.sdi.copyRun(runID)runID and returns the run ID for
the new run. The new run includes all the simulation data and metadata from the
original run. You can modify the copy of the run by adding or deleting signals and
metadata while still retaining the original run.
[
also returns the run ID for the new run.newRunID,newRunIndex] = Simulink.sdi.copyRun(runID)
[
also returns the signal IDs for the signals in the new run.newRunID,newRunIndex,signalIDs] = Simulink.sdi.copyRun(runID)
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2011b