How can I easily get for each day in 2013 the type of day? ( Weekday, Saturday, Sunday)
Show older comments
Hello, I want to know if there's an easy way to get to know for each day in 2013 if it was a weekday or a Saturday or Sunday. Since the first day is in 2013 was a Tuesday, the result could be something like:
Year2013=[2 3 4 5 6 7 1 2 3 4...] or [1 1 1 1 2 3 1 1 1 1 1 2 3]...
The result can of course look different, I just want to be able to get a "number" for each day, so that I can go through the year with a loop (1:1:365) and get a number each time. Thanks a lot!
Accepted Answer
More Answers (1)
Categories
Find more on Time Series Objects 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!