Finding data values correspondending to a certain sample.
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Jens Keijser
am 2 Jan. 2018
Kommentiert: Jens Keijser
am 2 Jan. 2018
I have 575x1 matrix which tells me on what sample a certain Parkinson's disease symptom occurs. And I have accelerometer data synchronised to it, 3846x1. Now I want to know what the data values are at the sample a symptom occurs. So the 575x1 matrix is filled with values in between 0 and 3846. The result must be a 575x1 matrix with acceleromter data.
Could someone help me?
0 Kommentare
Akzeptierte Antwort
Walter Roberson
am 2 Jan. 2018
Index the data value array with the time array? Though it is not clear what you want to do with the time entries that are zero.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Logical finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!