ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Brivate Bungo's profile - activity

2017-03-20 08:40:12 -0500 commented answer How can I use bag file data in Matlab?

Load the file to matlab workspace using the txtdata=load('filepath/mytextfile.txt). numdata=str2double(txtdata.mytextfile). Sometimes this does not work right away. Find out what is the import using commands like ischar() or isobj() and google the corresponding command to swap it to numericals.

2017-03-16 15:01:44 -0500 received badge  Supporter (source)