diff options
-rw-r--r-- | graph.m | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -1,10 +1,6 @@ tangocolors; colormap(tangocolors_middle); -% quantity sum -plot(sum(q'), '-o', 'linewidth', 2); -print('doc/image/q_sum.svg', '-dsvg', '-F:9'); - % optimization graph percent = round(local_min_count / sum(local_min_count) * 100); labels = {}; @@ -40,7 +36,8 @@ hold on; %xlim([0 42]); xlabel('Tage'); ylabel('Quantitaet'); -print('doc/image/sevenday_window.svg', '-dsvg', '-F:9') +% quantity sum +print('doc/image/q_sum.svg', '-dsvg', '-F:9') plot(29:42, sum((pred_list{5})'), '-or;(Summe) Vorhersage;', 'linewidth', 2); %ylim([0 4000]); |