merge conflict

This commit is contained in:
2019-09-18 09:54:09 +02:00
6 changed files with 10 additions and 3 deletions

View File

@@ -90,7 +90,7 @@ ylabel('Distance [m]');
legend();
%% Save
save('mat/data_cal_pd_v.mat', 't', 'Uch', 'Ucv', ...
save('mat/data_rep_1.mat', 't', 'Uch', 'Ucv', ...
'Unh', 'Unv', ...
'Vph', 'Vpv', ...
'Vch', 'Vcv', ...

View File

@@ -1 +1,2 @@
Ts = 1e-4; % [s]
Ts = 1e-4; % [s]
load('../mat/K_diag.mat', 'Kd');

Binary file not shown.