canMessageImport
Import CAN messages from third-party log file
Syntax
Description
imports CAN messages from the log file, message
= canMessageImport(file
,vendor
)file
, from a third-party
vendor, vendor
. All the messages in the log file are imported as
an array of CAN message objects.
After importing, you can analyze, transmit, or replay these messages.
canMessageImport
assumes that the information in the imported
log file is in a hexadecimal format, and that the timestamps in the imported log
file are absolute values.
applies the information in the specified database to the imported CAN log
messages.message
= canMessageImport(file
,vendor
,candb
)
To import Vector log files with symbolic message names, specify an appropriate database file.
message = canMessageImport(___,'OutputFormat','timetable')
returns a timetable of messages. This is the recommended output format for optimal
performance and representation of CAN messages within MATLAB®.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2010b