From 6f8e706ee7a4aa59e6da22c1bb1008e94813a9de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Tue, 19 Nov 2019 12:54:50 +0100 Subject: Add comments --- Kod/scripts/display_graphs.m | 10 +++++----- 1 file 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); -- cgit v1.2.1