data = read(___,Name=Value) [data,time] = read(___,OutputFormat="Vector") Description data= read(mdfObj)reads all data for all channels from the MDF file identified by the MDF file objectmdfObj, and assigns the output todata. If the file data is one channel group, the output is ...
data = read(mdfObj,chanGroupIndex,chanName) reads data for the specified channels. example data = read(mdfObj,chanGroupIndex,chanName,startPosition) reads data from the position specified by startPosition. example data = read(mdfObj,chanGroupIndex,chanName,startPosition,endPosition) reads data for...
data = read(mdfObj) reads all data for all channels from the MDF-file identified by the MDF-file object 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...