load('./mat/test.mat', 't', 'x'); figure; plot(t, x) load('./mat/long_test.mat', 't', 'x'); figure; plot(t/60/60, 1e9*x)