Code: Logger
This commit is contained in:
9
Code/Analyzer.m
Normal file
9
Code/Analyzer.m
Normal file
@@ -0,0 +1,9 @@
|
||||
close all; clc;
|
||||
hold on;
|
||||
title("vf = 100m/s, Threshold = 100m/s²");
|
||||
xlabel("Amostra");
|
||||
ylabel("Aceleração (m/s²)")
|
||||
plot(encoderAccel);
|
||||
plot(imuAccel);
|
||||
legend({'encoderAccel','imuAccel'},'Location','southwest')
|
||||
hold off;
|
||||
Binary file not shown.
Reference in New Issue
Block a user