필터 지우기
필터 지우기

how to process a tcx file

조회 수: 14 (최근 30일)
Rienk Spoelstra
Rienk Spoelstra 2016년 1월 14일
답변: joshua haselgrove 2022년 4월 13일
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