Import Data from Excel Files Generated by Cosmed FitMate

Import Cosmed FitMate metabolic data excel files into MATLAB.
87 descargas
Actualizado 10 may 2016

Ver licencia

THIS IS AN EDITED SCRIPT
SCRIPT BASICS WRITTEN BY: John Rogers, 27 Feb 2012
http://www.mathworks.com/matlabcentral/fileexchange/35339-import-data-from-text-files-generated-by-cosmed-fitmate

--------------------------

Original Description:
The Cosmed FitMate software saves metabolic data in a text file. Use this function to import the data into MATLAB.

Contents:

1. sample data file VO2data14Feb.TXT
The text file contains time in HH:MM:SS format, followed by metabolic data in columns.

2. main program readFitmateShell.m calls the function, converts the time to minutes, and plots heart rate and oxygen consumption (VO2).

3. function readFitmate.m
The function imports data into a cell and parses the data. It converts the three time fields to a single time matrix in seconds.

MATLAB release MATLAB 7.12 (R2011a)

-------------------

Edited the function, so its able to work with xlsread.
Tested script on Matlab2015b/Mac, used .xlsx file extension.

All credits to: John Rogers

Citar como

Vincent R (2024). Import Data from Excel Files Generated by Cosmed FitMate (https://www.mathworks.com/matlabcentral/fileexchange/57043-import-data-from-excel-files-generated-by-cosmed-fitmate), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2015b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0