i am trying to write a program to find the day of any date.
1 view (last 30 days)
Show older comments
im trying to find the day of any month
yyyy/mm/dd
2020/12/22...tuesday....this an example
Im trying to write the code so that when i run it it would ask for input and then present the answer.
0 Comments
Accepted Answer
Jon
on 7 Dec 2021
I think MATLAB's weekday function should do this for you, type doc weekday on the command line for details
More Answers (0)
See Also
Categories
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!