Find indices of matching date times
Show older comments
Hi,
I have 2 tables containing a column datetime. How can I find the first DateTime of table A in table B?
So if Table B contains 20 DateTimes. How can I find the index of the matching datetime from table A?
2 Comments
Rik
on 4 Jun 2021
Have you tried ismember? It will probably be close to what you need.
Akira Agata
on 4 Jun 2021
Accepted Answer
More Answers (0)
Categories
Find more on Dates and Time in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!