Changeset 38 for trunk/src/series/time_series.m
- Timestamp:
- Mar 7, 2010, 6:30:11 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series/time_series.m
r27 r38 249 249 for icell=1:length(timecell) 250 250 if ~isequal(size(timecell{icell}),size(timecell{1})) 251 warndlg_uvmat('inconsistent time array dimensions in ImaDoc fields, the time for the first series is used','WARNING')251 msgbox_uvmat('WARNING','inconsistent time array dimensions in ImaDoc fields, the time for the first series is used') 252 252 time=timecell{1}; 253 253 multitime=0; … … 262 262 diff_time=max(max(diff(time))); 263 263 if diff_time>0 264 warndlg_uvmat(['times of series differ by more than ' num2str(diff_time)],'WARNING')264 msgbox_uvmat('WARNING',['times of series differ by more than ' num2str(diff_time)]) 265 265 end 266 266 end
Note: See TracChangeset
for help on using the changeset viewer.