Class: matlab.io.datastore.sdidatastore
Package: matlab.io.datastore
Read all data from an sdidatastore
data = sdi_ds.readall
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.
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.