how to change time step
조회 수: 1 (최근 30일)
이전 댓글 표시
i have data as monthly values and for 10 years and a total of 120 values for 120 months. and i need output also for each month and a total of 120 output values
댓글 수: 2
KSSV
2021년 3월 18일
What? You have 10*12 i.e. years*months data which would be 120*n ....you can extract each month using data(1,:) right?
답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!