summaryrefslogtreecommitdiffstats
path: root/Kod/bilbana
diff options
context:
space:
mode:
authorGustav Sörnäs <gusso230@student.liu.se>2019-11-25 10:24:03 +0100
committerGustav Sörnäs <gusso230@student.liu.se>2019-11-25 10:24:03 +0100
commit28de2319217341f7dd2ce8b8ecc091328a60eeaa (patch)
tree2ef1c22ed00430d7e51e933f8ce80e75e31443b3 /Kod/bilbana
parente9c9b820042ddc6848c508bc43702efe7391b950 (diff)
downloadtfyy51-28de2319217341f7dd2ce8b8ecc091328a60eeaa.tar.gz
std -> stdev
Diffstat (limited to 'Kod/bilbana')
-rw-r--r--Kod/bilbana/yc4/display/scenes/draw_lap_graph.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/Kod/bilbana/yc4/display/scenes/draw_lap_graph.m b/Kod/bilbana/yc4/display/scenes/draw_lap_graph.m
index 8323dad..b67b6f0 100644
--- a/Kod/bilbana/yc4/display/scenes/draw_lap_graph.m
+++ b/Kod/bilbana/yc4/display/scenes/draw_lap_graph.m
@@ -24,7 +24,7 @@ else
end
end
-%% strip empty values
+%% STRIP EMPTY VALUES
tmp = [];
for i = 1:length(car1_laptimes)
if car1_laptimes(i) ~= 0
@@ -72,7 +72,7 @@ if ~(in_clipboard)
draw_line(0, y, 320, y), ...
put_text(53 , y + margin_top, 'C', 'target'), ...
put_text(160, y + margin_top, 'C', 'mean'), ...
- put_text(266, y + margin_top, 'C', 'std') ...
+ put_text(266, y + margin_top, 'C', 'stdev') ...
]));
pause(dt);