Visualizaing time series properly

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 Kommentare

Walter Roberson
Walter Roberson am 25 Apr. 2019
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 am 4 Jul. 2019
Thanks

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Model-Based Calibration Toolbox finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 25 Apr. 2019

Kommentiert:

am 4 Jul. 2019

Community Treasure Hunt

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

Start Hunting!

Translated by