msgs = readMessages(bag)
returns data from all of the messages in the ros2bagreader object
bag. The messages are returned as a cell array of structures.
Messages in the ros2bagreader object, specified as a ros2bagreader
object.
Rows of the ros2bagreader
object, specified as an n-element vector. n is the
number of rows to retrieve messages from. Each entry in the vector corresponds to a
numbered message in the bag. The range of the rows is [1bag.NumMessages].