diff options
| author | Gustav Sörnäs <gusso230@student.liu.se> | 2019-11-12 13:41:18 +0100 |
|---|---|---|
| committer | Gustav Sörnäs <gusso230@student.liu.se> | 2019-11-12 13:41:18 +0100 |
| commit | e2172ce2d019b0e80b16d2fa9fa55436a20748a5 (patch) | |
| tree | 840b161f2a591b50e335b3e157d02e87dc60b942 /Kod/bilbana/Graph/graphs_test.m | |
| parent | 984296b90a2ddcb8bbf913b9ac97d1be2045bfab (diff) | |
| parent | 8dc7e738c5545d26ff0379e593a2e3980e6737bc (diff) | |
| download | tfyy51-e2172ce2d019b0e80b16d2fa9fa55436a20748a5.tar.gz | |
Merge remote-tracking branch 'origin/smart'
Diffstat (limited to 'Kod/bilbana/Graph/graphs_test.m')
| -rw-r--r-- | Kod/bilbana/Graph/graphs_test.m | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Kod/bilbana/Graph/graphs_test.m b/Kod/bilbana/Graph/graphs_test.m index ddc3b64..955aeee 100644 --- a/Kod/bilbana/Graph/graphs_test.m +++ b/Kod/bilbana/Graph/graphs_test.m @@ -1,3 +1,4 @@ +%{ %% Data needed A = [3.9,1.1,2.2,1.8,1.4,3.9,1.5,3.4,1.4; 4.2,1.1,2.2,1.8,1.4,3.4,1.5,3.4,1.4; @@ -11,4 +12,8 @@ car1.seg_times = C; car1.lap_times = [14.1,13.8,14.15,13.9,14.1,14]; ref_lap_time = 14; %% Actual test -graphs(car1.lap_times,ref_lap_time,car1.seg_times,5)
\ No newline at end of file +graphs(car1.lap_times,ref_lap_time,car1.seg_times,5) +%} +position = 2.54; +segment = 2; +detect_missed(position,segment,1)
\ No newline at end of file |
