Main Content
read
Read data in MDF datastore
Description
reads data from the MDF datastore specified by data
= read(mdfds
)mdfds
, and returns
a timetable.
The read
function returns a subset of data from the
datastore. The size of the subset is determined by the ReadSize
property of the datastore object. On the first call, read
starts reading from the beginning of the datastore, and subsequent calls continue
reading from the endpoint of the previous call. Use reset
to
read from the beginning again.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2017b