Acceleration data for step counting

1 view (last 30 days)
Iraklis Koskeridis
Iraklis Koskeridis on 13 May 2020
I have a data file xxxxx.out. The file has data in 5 columns. I need to open it with matlab and create an array. I did the same with other xxxx.dat files with no problem.
I use the fopen but returns a single column of data.
fid=fopen(filename.out);
  1 Comment
Iraklis Koskeridis
Iraklis Koskeridis on 16 May 2020
yes it is data from accelerometer from smartphone. i want to read it in matlab and to create an array.

Sign in to comment.

Answers (2)

Iraklis Koskeridis
Iraklis Koskeridis on 13 May 2020
This data are from accelerometer of smart-phone.

Iraklis Koskeridis
Iraklis Koskeridis on 13 May 2020

Community Treasure Hunt

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

Start Hunting!