char array comparison
Ältere Kommentare anzeigen
I have a large char array and these are dates so the array has elements as: 20070801 20070802 20070803 etc.
This array shows up as 100x8 in the workspace. I want to get all the dates which are less than 20070915. How do I use the 'find' function to achieve this or any other straight forward method?
Akzeptierte Antwort
Weitere Antworten (1)
Walter Roberson
am 15 Mär. 2011
0 Stimmen
You could datenum() the dates and compare them to datenum() of your search date.
Kategorien
Mehr zu Dates and Time finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!