readall
Class: matlab.io.datastore.SimulationDatastore
Package: matlab.io.datastore
Read all data in datastore
Syntax
data = readall(dst)
Description
returns
all the data in the datastore (data
= readall(dst
)matlab.io.datastore.SimulationDatastore
object)
specified by dst
.
If all the data in the datastore does not fit in memory, readall
returns
an error. To determine how many samples (time steps) a datastore holds,
inspect the NumSamples
property of the SimulationDatastore
object.
Input Arguments
Output Arguments
Version History
Introduced in R2017a