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 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!