Finding data values correspondending to a certain sample.
1 view (last 30 days)
Show older comments
Jens Keijser
on 2 Jan 2018
Commented: Jens Keijser
on 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 Comments
Accepted Answer
Walter Roberson
on 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.
More Answers (0)
See Also
Categories
Find more on Logical in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!