Clear Filters
Clear Filters

hi .. can i apply moving average smoother or filter on datetime?

2 views (last 30 days)
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.

Accepted Answer

Image Analyst
Image Analyst on 2 Oct 2016
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).

More Answers (0)

Community Treasure Hunt

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

Start Hunting!