Skip to content
Snippets Groups Projects
Commit af2d0162 authored by Lionel GUEZ's avatar Lionel GUEZ
Browse files

Remove timings to get reproducible output

parent 07870a84
No related branches found
No related tags found
No related merge requests found
......@@ -4,12 +4,12 @@
clear
disp('Loading adt.mat...')
tic
%%tic
load('adt.mat', 'ADT', 'Anticyclonic_Cell', 'Cyclonic_Cell', 'X', 'Y', ...
'date_num')
toc
%%toc
disp('Saving...')
tic
%%tic
save('adt_v6', '-v6')
toc
%%toc
exit
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment