blfread
Description
reads all the data from the specified BLF-file and returns a cell array of timetables to the
variable mdata
= blfread(blfFile
)bdata
. The index of each element in the cell array corresponds
to the channel number of the data in the file.
reads message data for the specified channel from the BLF-file and returns a
timetable.bdata
= blfread(blfFile
,chanID
)
reads message data filtered by parameter options for CAN database and message IDs.bdata
= blfread(___,Name,Value
)
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2019a