Time Values in array

I have an array of time stamps for a video. For example T = [13:01:45, 14:59:03, 15:45:30, etc.....].
Is it possible to get the most occuring time value? I've tried several variations of mode(T) but that doesn't seem to work.

1 commentaire

Steven Lord
Steven Lord le 4 Déc 2018
The mode function is defined for both duration and datetime arrays, so I would have expected it to work. Can you post a small sample of data (say 10-20 elements in T) along with what you expected mode to return when called with that sample so we can take a look?
Also please update the Release section on the right side of this page (below the Tags section) in case the behavior of datetime, duration, and/or mode have changed in a later release than the one you're using.

Réponses (0)

Cette question est clôturée.

Question posée :

le 4 Déc 2018

Clôturé :

le 4 Déc 2018

Community Treasure Hunt

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

Start Hunting!

Translated by