readall
Class: matlab.io.datastore.sdidatastore
Package: matlab.io.datastore
Read all data from an sdidatastore
Syntax
data = sdi_ds.readall
Description
reads all the data in
the data
= sdi_ds.readallmatlab.io.datastore.sdidatastore
, sdi_ds
, into
memory, returning the timetable
, data
. Use
readall
only when the signal referenced by the
matlab.io.datastore.sdidatastore
fits into memory.
Output Arguments
Examples
Alternatives
When your signals fit into memory, you can use other classes and functions of the
Simulation Data Inspector programmatic interface, like the Simulink.sdi.Signal
class, to access and process simulation data.
Version History
Introduced in R2017b