| Contents | Index |
extracted = extractTime(message, starttime, endtime,
msgRange)
extracted = extractTime(message, starttime, endtime, msgRange) parses the array message and returns all messages with a timestamp within the specified starttime and endtime, including the starttime and endtime.
Specify the time range in increasing order from starttime to endtime. If you must specify the largest available time, endtime also accepts Inf as a valid value. The earliest acceptable time you can specify for starttime is 0.
extracted |
An array of CAN message objects returned with all messages that occur within and including starttime and endtime. |
msgRange = extractTime(message, 5, 10.5) msgRange = extractTime(message, 0, 60) msgRange = extractTime(message, 150, Inf)

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |