Simulink.sdi.DatasetRef class
Package: Simulink.sdi
Access data in Simulation Data Inspector repository
Description
The Simulink.sdi.DatasetRef
object provides access to data in the
Simulation Data Inspector without loading the entire set of data into memory. The object
is compatible with the Simulink.SimulationData.DatasetRef
class.
Construction
constructs
an array that contains a dsr_array
= Simulink.sdi.DatasetRefSimulink.sdi.DatasetRef
object that
corresponds to each run in the Simulation Data Inspector.
creates an array of dsr_array
= Simulink.sdi.DatasetRef(domain
)DatasetRef
objects that contains a
Simulink.sdi.DatasetRef
object for each run, with the contents of
each run limited to the specified domain
.
creates a dsr
= Simulink.sdi.DatasetRef(runID
)Simulink.sdi.DatasetRef
object that references the run
specified by the run identifier, runID
.
creates a dsr
= Simulink.sdi.DatasetRef(runID
, domain
)Simulink.sdi.DatasetRef
object that references the run
specified by runID
with contents specified by
domain
.
creates a dsr
= Simulink.sdi.DatasetRef(runID
, domain
, repositoryPath
)Simulink.sdi.DatsetRef
object that references the run
specified by the run identifier, runID
. The
DatasetRef
object contains the contents specified by
domain
from the repository specified by
repositoryPath
.
Input Arguments
Properties
Methods
compare | Compare runs with DatasetRef objects |
getAsDatastore | Retrieve element as sdidatastore object |
getElement | Retrieve DatasetRef element by index |
getElementNames | Get character vectors of element names |
getSignal | Return Signal object |
plot | Open the Simulation Data Inspector to view and compare data |
Copy Semantics
Handle. To learn how handle classes affect copy operations, see Copying Objects.
Examples
Version History
Introduced in R2017b