Borrar filtros
Borrar filtros

how to process a tcx file

14 visualizaciones (últimos 30 días)
Rienk Spoelstra
Rienk Spoelstra el 14 de En. de 2016
Respondida: joshua haselgrove el 13 de Abr. de 2022
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 comentario
Thomas Tanguy
Thomas Tanguy el 22 de Sept. de 2016
Hello Rienk, I meet the same trouble. Did you find something since ?

Iniciar sesión para comentar.

Respuestas (2)

Walter Roberson
Walter Roberson el 14 de En. de 2016
See HRM Toolbox mention
  2 comentarios
Rienk Spoelstra
Rienk Spoelstra el 14 de En. de 2016
Thanks for your answer. I don't seen anything about the tcx file. Only how to process a hrm file.
Walter Roberson
Walter Roberson el 14 de En. de 2016
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.

Iniciar sesión para comentar.


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

Categorías

Más información sobre Downloads en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by