summaryrefslogtreecommitdiffstats
path: root/Kod/bilbana/Graph/segment_time_graph.m
diff options
context:
space:
mode:
Diffstat (limited to 'Kod/bilbana/Graph/segment_time_graph.m')
-rw-r--r--Kod/bilbana/Graph/segment_time_graph.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kod/bilbana/Graph/segment_time_graph.m b/Kod/bilbana/Graph/segment_time_graph.m
index 5100693..c32281a 100644
--- a/Kod/bilbana/Graph/segment_time_graph.m
+++ b/Kod/bilbana/Graph/segment_time_graph.m
@@ -34,7 +34,7 @@ Plot = bar(avr_seg_time);
Plot.FaceColor = 'k';
xlabel('Segment');
ylabel('Tid [s]');
-tit = char(['Medeltid/segment bana',char(track)]);
+tit = ['Medeltid/segment bana ' num2str(track)];
title(tit);
end