.bag to .mat
6 views (last 30 days)
Show older comments
How to convert .bag file into .mat format?
0 Comments
Answers (1)
Walter Roberson
on 25 Apr 2021
Edited: Walter Roberson
on 6 Mar 2024
2 Comments
Walter Roberson
on 6 Mar 2024
bag = rosbag("NameOfTheBagFileGoesHere.bag");
save("NameOfTheMatFileGoesHere.mat", "bag");
See Also
Categories
Find more on Specialized Messages in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!