Community Profile

photo

Carolina MV


Active since 2017

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Accelerometer data analyses calculating velocity/speed
Hello, I have extracted data from a person running using an ADXL335 accelerometer with 3 axis (the data is here, with time, x ax...

bijna 6 jaar ago | 0 answers | 0

0

answers

Question


How to can I create a vector in the for loop?
I want to create a for loop that stores indexes, if a certain condition verefies, in a vector.

meer dan 6 jaar ago | 1 answer | 0

1

answer

Question


My graph appears with some "noise"( a line that crosses the hole graph), how can I remove it?
filename = 'dn.mat'; s = load(filename); B=s.B; hr=B{:,{'heartrate'}}; T=B{:,{'temperature'}}; t=B{:,{'time'}}; figu...

meer dan 6 jaar ago | 0 answers | 0

0

answers

Question


I want to use this if statemant to find if the heartrate values in the file attatched are superior to 100, but it it not working
This is the code i used with the table 'dia5' as person file: A=input('Person File'); hr=A{:,{'heartrate'}}; T=A{:,{'...

meer dan 6 jaar ago | 1 answer | 0

1

answer