add north and east measurements
This commit is contained in:
parent
1b57779f57
commit
33d038844a
Binary file not shown.
BIN
huddle-test-geophones/mat/data_003.mat
Normal file
BIN
huddle-test-geophones/mat/data_003.mat
Normal file
Binary file not shown.
@ -1,2 +1,8 @@
|
||||
* DONE Register data on the computer
|
||||
CLOSED: [2019-04-17 mer. 17:26]
|
||||
|
||||
* Measurements:
|
||||
|
||||
| data_001.mat | Z axis |
|
||||
| data_002.mat | East |
|
||||
| data_003.mat | North |
|
@ -27,7 +27,7 @@ t = data(:, end);
|
||||
x1 = data(:, 1);
|
||||
x2 = data(:, 2);
|
||||
|
||||
save('mat/data_001.mat', 't', 'x1', 'x2');
|
||||
save('mat/data_003.mat', 't', 'x1', 'x2');
|
||||
|
||||
%% Plot the data
|
||||
figure;
|
||||
|
Loading…
Reference in New Issue
Block a user