Passing datenum a column vector?
Show older comments
Hi, I have a column vector of dates in yyyymmdd format e.g.
19961016
19961017
19961018
19961021
19961022
19961023
19961024
Is there a way to convert each entry into a serial date number and have a column vector of serial date numbers back?
thanks friz
Accepted Answer
More Answers (1)
Andrei Bobrov
on 7 May 2011
more
sd = datenum(num2str(d),'yyyymmdd')
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!