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!