diff options
| author | Gustav Sörnäs <gusso230@student.liu.se> | 2019-11-19 12:54:50 +0100 |
|---|---|---|
| committer | Gustav Sörnäs <gusso230@student.liu.se> | 2019-11-19 12:54:50 +0100 |
| commit | 6f8e706ee7a4aa59e6da22c1bb1008e94813a9de (patch) | |
| tree | e2ac979402ce463b3b9b10822f1b6f11314853fc /Kod | |
| parent | 104874810c6cdfbd33e63ea465ea4360a0848fa8 (diff) | |
| download | tfyy51-6f8e706ee7a4aa59e6da22c1bb1008e94813a9de.tar.gz | |
Add comments
Diffstat (limited to 'Kod')
| -rw-r--r-- | Kod/scripts/display_graphs.m | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Kod/scripts/display_graphs.m b/Kod/scripts/display_graphs.m index 95cdee5..e749075 100644 --- a/Kod/scripts/display_graphs.m +++ b/Kod/scripts/display_graphs.m @@ -30,11 +30,11 @@ graphs.laps = max(length(graphs.car1.lap_times), length(graphs.car2.lap_times)); disp('Drawing frame'); % input(''); matlabclient(1, get_smallpackage([ ... - line(32, 32, 32, 192), ... - continue_line(298, 192), ... - line(28, 40, 32, 32), ... - continue_line(36, 40), ... - line(298, 188, 298, 196) ... + line(32, 32, 32, 192), ... % y-axis + continue_line(298, 192), ... % x-axis + line(28, 40, 32, 32), ... % arrow on y + continue_line(36, 40), ... % arrow on y + line(298, 188, 298, 196) ... % line on x ])); pause(0.2); |
