read
(Not recommended) Read channel data from MDF file
The read function is not recommended and might be removed in a
            future release. Use mdfRead (Vehicle Network Toolbox)
            instead. See Version History.
Syntax
Description
data = read(mdfObj)mdfObj, and assigns the output to data. If
                the file data is one channel group, the output is a timetable; multiple channel
                groups are returned as a cell array of timetables, where the cell array index
                corresponds to the channel group number.
data = read(mdfObj,chanGroupIndex)
data = read(mdfObj,chanGroupIndex,chanName)
data = read(mdfObj,chanGroupIndex,chanName,startPosition)startPosition.
data = read(mdfObj,chanGroupIndex,chanName,startPosition,endPosition)startPosition to
                    endPosition.
data = read(___,Name=Value)
Examples
Input Arguments
Name-Value Arguments
Output Arguments
Version History
Introduced in R2016bSee Also
Functions
- mdf|- saveAttachment|- channelList(Vehicle Network Toolbox) |- mdfWrite(Vehicle Network Toolbox) |- mdfAddChannelGroupMetadata(Vehicle Network Toolbox)