Main Content
readmsg
Read specific messages from TLOG file
Description
reads all message data from the specified msgTable
= readmsg(tlogReader
)mavlinkdialect
object and returns a table, msgTable
, that contains all the messages
separated by message type, system ID, and component ID.
reads specific messages based on the specified name-value pairs for filtering specific
properties of the messages. You can filter by message name, system ID, component ID, and
time.msgTable
= readmsg(tlogReader
,Name,Value
)
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2019a