How to generate a date vactor of weekly intervals.
古いコメントを表示
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.
採用された回答
その他の回答 (1 件)
Andrei Bobrov
2012 年 4 月 30 日
out = datenum(2012,3,31+ (0:7:7*99)',0,0,0);
カテゴリ
ヘルプ センター および File Exchange で Dates and Time についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!