.bag to .mat
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
How to convert .bag file into .mat format?
0 comentarios
Respuestas (1)
Walter Roberson
el 25 de Abr. de 2021
Editada: Walter Roberson
el 6 de Mzo. de 2024
2 comentarios
Walter Roberson
el 6 de Mzo. de 2024
bag = rosbag("NameOfTheBagFileGoesHere.bag");
save("NameOfTheMatFileGoesHere.mat", "bag");
Ver también
Categorías
Más información sobre ROS Log Files and Transformations en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!