mark the passing of time

this would sound more ominous if commit messages supported italics
master
EmaMaker 2024-09-10 21:29:15 +02:00
parent 73e149771e
commit ad1419a694
1 changed files with 2 additions and 0 deletions

2
tesi.m
View File

@ -39,7 +39,9 @@ for i = 1:s_(1)
sim_data.U_corr_history = zeros(2,1,sim_data.PREDICTION_HORIZON);
sim_data
tic;
[t, q, y, ref_t, U, U_track, U_corr, U_corr_pred_history, Q_pred] = simulate_discr(sim_data);
toc;
disp('Done')
end