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년 초과 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 1 | 0
