hi .. can i apply moving average smoother or filter on datetime?
1 次查看(过去 30 天)
显示 更早的评论
I have two DateTime vector i-e., request and response time and I want to find the elapsed time between them.time value is same .suggest me any filter and tell me how can apply it on time.
0 个评论
采纳的回答
Image Analyst
2016-10-2
Have you checked out the etime() function to get elapsed time? Then you can use functions like conv() or smooth() to smooth the signal(s).
0 个评论
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!