Time Values in array
Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
Ältere Kommentare anzeigen
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 Kommentar
Steven Lord
am 4 Dez. 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.
Antworten (0)
Diese Frage ist geschlossen.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!