how to process a tcx file

13 次查看(过去 30 天)
Rienk Spoelstra
Rienk Spoelstra 2016-1-14
Dear sir/madam,
Is it possible to read a tcx file in Matlab. If this is possible, can you tell me how to do this?
Best regards
  1 个评论
Thomas Tanguy
Thomas Tanguy 2016-9-22
Hello Rienk, I meet the same trouble. Did you find something since ?

请先登录,再进行评论。

回答(2 个)

Walter Roberson
Walter Roberson 2016-1-14
See HRM Toolbox mention
  2 个评论
Rienk Spoelstra
Rienk Spoelstra 2016-1-14
Thanks for your answer. I don't seen anything about the tcx file. Only how to process a hrm file.
Walter Roberson
Walter Roberson 2016-1-14
Scan down to
"8. The HRM Toolbox for Octave and Matlab
The Heart Rate Monitor (HRM) Toolbox consists of a set of m-files for reading data from Polar hrm-files and Garmin tcx-files and displaying the data in various graphs."
There is a link to the code there.

请先登录,再进行评论。


joshua haselgrove
joshua haselgrove 2022-4-13
If you use the following line of code and input your file name as FullFileName it should work.
FileStruct = readstruct(FullFileName,'FileType','xml');

类别

Help CenterFile Exchange 中查找有关 Downloads 的更多信息

标签

产品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by