필터 지우기
필터 지우기

Visualizaing time series properly

조회 수: 2 (최근 30일)
Hemz
Hemz 2019년 4월 25일
댓글: Hemz 2019년 7월 4일
I created a timeseries data of load profiles for on grid electricity consumption for a 24 hour period. To represent the time for running 24-hour equipment like refrigerators my excel file had 0:00 to 23:59 as running time, however when matlab generates a load profile it has 0kw in the last 24th cell. I used time2num to convert the time in my excel to num in matlab. How can I fix this?
  댓글 수: 2
Walter Roberson
Walter Roberson 2019년 4월 25일
plot_loads() calls upon bar2(), which I cannot find anywhere.
You should avoid using sum as the name of a variable, as that conflicts with using it as the often-used function.
Hemz
Hemz 2019년 7월 4일
Thanks

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Spreadsheets에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by