如何使用Matlab从文本文件中提取某些数据

时间:2013-06-25 01:22:09

标签: matlab position text-files

以下是我需要提取到Matlab中的数据和格式。

以下是几个示例行:

At time 1371600873.947
- Translation: [-0.805, -0.394, -0.000]
- Rotation: in Quaternion [0.000, 0.000, 0.470, 0.882]
            in RPY [0.000, -0.000, 0.980]

At time 1371600874.946
- Translation: [-0.805, -0.394, -0.000]
- Rotation: in Quaternion [0.000, 0.000, 0.470, 0.882]
            in RPY [0.000, -0.000, 0.980]

At time 1371600875.979
- Translation: [-0.805, -0.394, -0.000]
- Rotation: in Quaternion [0.000, 0.000, 0.470, 0.883]
            in RPY [0.000, -0.000, 0.977]

我需要什么:我需要一个程序来读取翻译数据集中的前两个值。这是针对[x,y,z]定位,我只想提取x和y值,然后设置两个数组,一个用于所有x值,另一个用于y值,然后绘制。这是上面显示的典型格式,我真的需要一种有效的方法来从上面整理出两个x和y值。

我已经研究过从文本文件中提取数据,但是我担心我对Matlab缺乏经验可能会证明这项任务比我自己先行一点。

非常感谢任何帮助。

0 个答案:

没有答案