Main Content
extractRecent
Select most recent CAN message from array of messages
Syntax
Description
parses the given array extracted
= extractRecent(message
)message
and returns the most recent
instance of each unique CAN message found in the array.
parses the specified array of messages and returns the most recent instance matching
the specified message name. extracted
= extractRecent(message
,messagename
)
parses the given array extracted
= extractRecent(message
,id
,extended
)message
and returns the most recent
instance of the message matching the specified ID value and type.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2009a