diff options
| author | Gustav Sörnäs <gusso230@student.liu.se> | 2019-11-12 13:54:20 +0100 |
|---|---|---|
| committer | Gustav Sörnäs <gusso230@student.liu.se> | 2019-11-12 13:54:53 +0100 |
| commit | 7965f0663abff4d914d640df46184a9e40632946 (patch) | |
| tree | 0052741085de6348b3e3c9f92d639bdc0b6343af /Kod/bilbana/Graph/graphs_test.m | |
| parent | 58c9b535208c3dc0945d0b4657f93dccf5474fbc (diff) | |
| parent | e2172ce2d019b0e80b16d2fa9fa55436a20748a5 (diff) | |
| download | tfyy51-7965f0663abff4d914d640df46184a9e40632946.tar.gz | |
Merge branch 'position_track2' into master
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 |
