Changeset 1153 for trunk/src/series/civ_series.m
- Timestamp:
- Jul 5, 2024, 9:00:14 AM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series/civ_series.m
r1152 r1153 903 903 time_total=toc(tstart); 904 904 disp(['ellapsed time ' num2str(time_total/60,2) ' minutes']) 905 disp(['time image reading ' num2str(time_input,2) ' s']) 905 if exist('time_input','var') 906 disp(['time image reading ' num2str(time_input,2) ' s']) 907 end 906 908 disp(['time civ1 ' num2str(time_civ1,2) ' s']) 907 909 disp(['time patch1 ' num2str(time_patch1,2) ' s'])
Note: See TracChangeset
for help on using the changeset viewer.