add north and east measurements

This commit is contained in:
DEHAEZE Thomas 2019-04-18 10:49:27 +02:00 committed by Thomas Dehaeze
parent 1b57779f57
commit 33d038844a
4 changed files with 7 additions and 1 deletions

Binary file not shown.

View File

@ -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 |

View File

@ -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;