How to generate a date vactor of weekly intervals.
Ältere Kommentare anzeigen
Hello,
How can I generate a date vactor in which I know the start date let say end of last month (03/31/2012) and I know the frequency say weekly and I know how many rows I want let say 100 rows.
Akzeptierte Antwort
Weitere Antworten (1)
Andrei Bobrov
am 30 Apr. 2012
out = datenum(2012,3,31+ (0:7:7*99)',0,0,0);
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!