read
Description
reads data from the files in the TDMS datastore data
= read(tdmsds
)tdmds
, and
returns a cell array of tables or timetables. Each element of the cell array
corresponds to a channel group in the datastore file data.
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.
The function returns a cell array of tables or a cell array of timetables,
depending on the value of the tdmds.RowTimes
property. See Read TDMS File Data into Timetables.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2022a