canSignalTimetable
Create CAN signal timetable from CAN message timetable
Syntax
Description
converts a timetable of CAN message information into individual timetables of signal
values. The function returns a structure with a field for each unique message in the
timetable. Each field value is a timetable of all the signals in that message. Use
this syntax form to convert an entire set of messages in a single function
call.sigtimetable
= canSignalTimetable(msgtimetable
)
returns signal timetables for only the messages specified by
sigtimetable
= canSignalTimetable(msgtimetable
,msgnames
)msgnames
, which can specify one or more message names. Use
this syntax form to quickly convert only a subset of messages into signal
timetables.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2017a