Main Content
select
Select subset of messages in rosbag
Description
returns a
bagsel
= select(bag
)BagSelection
object,
bagsel
, that contains all of the messages in the
BagSelection
object, bag
.
This function creates a copy of the BagSelection
object or
returns a new BagSelection
object that contains the specified
message selection.
provides additional options specified by one or more name-value pair arguments. For
example, bagsel
= select(bag
,Name,Value
)"Topic","/odom"
selects a subset of the messages,
filtered by the topic /odom
.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2019b