Datsehift function "Shift to Weekday" yields error message
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
JF
am 3 Feb. 2022
Beantwortet: Walter Roberson
am 3 Feb. 2022
The following code provided by MathWorks does not work
t = [datetime(2021,5,30) datetime(2021,6,4)];
t.Format='eeee, dd MMM yyyy'
t2 = dateshift(t,'dayofweek','weekday')
I obtain the following error message:
Error using datetime/dateshift (line 151)
Day of week must be a number from 1 to 7, or a day name. Any idea why this error occurs?
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Calendar finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!