Identifying data from specific time periods

Hi, I have data which represents a persons activity over 5 consecutive days. I want to try and identify data from specific time periods e.g. there activity between 3pm-8pm on Wednesday and between 9am-1pm on Friday. Any suggestions on how I can do this? Thanks

2 Comments

Huh? What does it mean to you to identify data? Explain your question CLEARLY. Give an example.
https://www.mathworks.com/matlabcentral/answers/6200-tutorial-how-to-ask-a-question-on-answers-and-get-a-fast-answer
With so little information, how can we answer?
Is the timing of the activity stored in your data? If not, is the activity measured at a regular interval (which is ...?). Basically how do you know what the activity timing is?

Sign in to comment.

Answers (1)

Guillaume
Guillaume on 24 Nov 2017
Edited: Guillaume on 24 Nov 2017
With so little information, it's difficult to go into details, but matlab has the function isbetween.

1 Comment

Thanks Guillaume. The activity has been classified as either active (1) or not active (0) in Matlab, for the whole 5 day period (120 hours), with a measurement being taken every tenth of a second. So I can calculate total active and non-active time for the whole 5 day period, but I would like to specifically look at certain times of the day. Is that a bit clearer?

Sign in to comment.

Categories

Find more on Language Fundamentals in Help Center and File Exchange

Asked:

on 24 Nov 2017

Commented:

on 24 Nov 2017

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!