Comparing two different catalogs documenting the same events
이전 댓글 표시
I have two catalogs that give the time and locations of events. One catalog has many more events than the other, and I need to identify the matching events and create a third catalog with these events as the output. I cannot figure out how to compare the times/dates. I need the events to match within say 5 minutes and my catalog range is 25 years. How do I get Matlab to find my time/date columns and compare them? Then how do I convert the time/date information into one string that I can use to compute the difference. (I think I want time in hours?) Thanks!
댓글 수: 1
Sean de Wolski
2011년 10월 13일
Could you provide a sample input and output please?
답변 (1개)
bym
2011년 10월 13일
doc datenum()
카테고리
도움말 센터 및 File Exchange에서 Dates and Time에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!