summaryrefslogtreecommitdiffstats
path: root/Kod/bilbana/Graph/graphs_test.m
diff options
context:
space:
mode:
Diffstat (limited to 'Kod/bilbana/Graph/graphs_test.m')
-rw-r--r--Kod/bilbana/Graph/graphs_test.m6
1 files changed, 3 insertions, 3 deletions
diff --git a/Kod/bilbana/Graph/graphs_test.m b/Kod/bilbana/Graph/graphs_test.m
index 451bbf1..ddc3b64 100644
--- a/Kod/bilbana/Graph/graphs_test.m
+++ b/Kod/bilbana/Graph/graphs_test.m
@@ -5,10 +5,10 @@ A = [3.9,1.1,2.2,1.8,1.4,3.9,1.5,3.4,1.4;
4.0,1.1,2.2,1.8,1.4,3.6,1.5,3.4,1.4;
4.1,1.1,2.2,1.8,1.4,3.8, 0, 0, 0];
B = [3.9,1.1,2.2,1.8,1.4,3.9, 0, 0, 0];
-C = [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, 0, 0, 0];
+C = [3.9,1.1,2.2,1.8,1.4,3.9,1.5,3.1,1.0;
+ 4.1,1.1,2.2,1.8,1.4,3.4, 0, 0, 0];
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,7) \ No newline at end of file
+graphs(car1.lap_times,ref_lap_time,car1.seg_times,5) \ No newline at end of file