how do i derived my hourly data from 60 minute data, daily data from 24 hours, and a month from related days?for energy consumption
조회 수: 1 (최근 30일)
이전 댓글 표시
please help for the matlab code
댓글 수: 1
Andy
2019년 7월 1일
You need to ask a question that people can answer. You need to give examples of the input data and what you want for the output.
채택된 답변
dpb
2019년 7월 1일
편집: dpb
2019년 7월 1일
Use a timetable and retime
댓글 수: 3
dpb
2019년 7월 4일
편집: dpb
2019년 7월 4일
You need to read "getting started" and work through the tutorial info...specifically to the question https://www.mathworks.com/help/matlab/math/reshaping-and-rearranging-arrays.html
Example for retime should show the way to the other... https://www.mathworks.com/help/matlab/ref/timetable.retime.html#bve5nmz
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Standard File Formats에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!