Class: Simulink.SimulationData.Dataset
Package: Simulink.SimulationData
Plot data in the Simulation Data Inspector
plot(ds)
plot(ds,viewer)
runObj = plot(ds)
plot(
plots the data in the
ds
)Simulink.SimulationData.Dataset
or
Simulink.SimulationData.DatasetRef
in the Simulation Data
Inspector. When there are eight signals or fewer in the
Dataset
or DatasetRef
object, the Simulation
Data Inspector plot layout changes to 1
-by-n
,
where n
is equal to the number of signals, and plots one signal on
each subplot. When the Dataset
or DatasetRef
object contains more than eight signals, the Simulation Data Inspector plot layout
changes to 1
-by-1
and plots the first
signal.
plot(
displays the
plot in the Simulation Data Inspector or Signal Preview window, according to the value
specified for ds
,viewer
)viewer
.
plots
the data in the runObj
= plot(ds
)Dataset
object and returns the corresponding Simulink.sdi.Run
object.