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 comentario

Steven Lord
Steven Lord el 4 de Dic. de 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.

Respuestas (0)

La pregunta está cerrada.

Etiquetas

Preguntada:

el 4 de Dic. de 2018

Cerrada:

el 4 de Dic. de 2018

Community Treasure Hunt

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

Start Hunting!

Translated by