Comparing two different catalogs documenting the same events
Mostrar comentarios más antiguos
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 comentario
Sean de Wolski
el 13 de Oct. de 2011
Could you provide a sample input and output please?
Respuestas (1)
bym
el 13 de Oct. de 2011
doc datenum()
Categorías
Más información sobre Dates and Time en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!