how to process a tcx file

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 Comment

Hello Rienk, I meet the same trouble. Did you find something since ?

Sign in to comment.

Answers (2)

Walter Roberson
Walter Roberson on 14 Jan 2016
See HRM Toolbox mention

2 Comments

Thanks for your answer. I don't seen anything about the tcx file. Only how to process a hrm file.
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.

Sign in to comment.

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

Categories

Find more on MATLAB Coder in Help Center and File Exchange

Products

Asked:

on 14 Jan 2016

Answered:

on 13 Apr 2022

Community Treasure Hunt

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

Start Hunting!