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 个评论
Steven Lord
2018-12-4
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.
回答(0 个)
此问题已关闭。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!