Copy a Simulation Data Inspector run
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.
[
copies the run corresponding to newRunID
,runIndex
,signalIDs
] = Simulink.sdi.copyRun(runID
)runID
and returns the signal IDs
for the signals in the new run along with its run ID and index in the Simulation
Data Inspector repository. The new run includes all the simulation data and metadata
from the original run.