Feeds
提问
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...
7 years 前 | 0 个回答 | 0
0
个回答提问
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.
8 years 前 | 1 个回答 | 0
1
个回答提问
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...
8 years 前 | 0 个回答 | 0
0
个回答提问
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{:,{'...
8 years 前 | 1 个回答 | 0
