Export run to base workspace or file
exports the ds
= export(runObj
)Simulink.sdi.Run
object runObj
to
the base workspace as the Simulink.SimulationData.Dataset
object ds
.
export(
exports the runObj
,Name,Value
)Simulink.sdi.Run
object runObj
to
the base workspace or a file according to the options specified by one or more
name-value pair arguments.
You can export data programmatically for one or more runs using the Simulink.sdi.exportRun
function, or you can use the Simulation Data
Inspector UI. For more information, see Save and Share Simulation Data Inspector Data and Views.