diff options
| author | Albin <albwa833@student.liu.se> | 2019-10-25 10:29:35 +0200 |
|---|---|---|
| committer | Albin <albwa833@student.liu.se> | 2019-10-25 10:29:35 +0200 |
| commit | 785a87c8a5277abf09f44086b7dd05d2ebfb5af5 (patch) | |
| tree | 475e2cca07cc6c17769375ef5c3bf7b06141bcce /Kod/bilbana/Graph/segment_time_graph.m | |
| parent | 14fdcb87f762f0c72ccc7324ba9f84625ec370a2 (diff) | |
| download | tfyy51-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.m | 2 |
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 |
