7 lines
123 B
Mathematica
7 lines
123 B
Mathematica
|
load('./mat/test.mat', 't', 'x');
|
||
|
|
||
|
figure; plot(t, x)
|
||
|
|
||
|
load('./mat/long_test.mat', 't', 'x');
|
||
|
|
||
|
figure; plot(t/60/60, 1e9*x)
|