summaryrefslogtreecommitdiffstats
path: root/Kod/bilbana/Graph/segment_time_graph.m
diff options
context:
space:
mode:
authorAlbin <albwa833@student.liu.se>2019-10-25 10:29:35 +0200
committerAlbin <albwa833@student.liu.se>2019-10-25 10:29:35 +0200
commit785a87c8a5277abf09f44086b7dd05d2ebfb5af5 (patch)
tree475e2cca07cc6c17769375ef5c3bf7b06141bcce /Kod/bilbana/Graph/segment_time_graph.m
parent14fdcb87f762f0c72ccc7324ba9f84625ec370a2 (diff)
downloadtfyy51-785a87c8a5277abf09f44086b7dd05d2ebfb5af5.tar.gz
Bugfix graph. Text visas nu ordentligt
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