フィルターのクリア

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 Center および File ExchangeDownloads についてさらに検索

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by