attocube-test-bench/analyse_data.m

7 lines
123 B
Mathematica
Raw Normal View History

2020-10-28 15:27:39 +01:00
load('./mat/test.mat', 't', 'x');
figure; plot(t, x)
load('./mat/long_test.mat', 't', 'x');
figure; plot(t/60/60, 1e9*x)