Changeset 1085 for trunk/src/series
- Timestamp:
- Aug 11, 2020, 8:06:46 PM (4 years ago)
- Location:
- trunk/src/series
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series/time_series.m
r1071 r1085 81 81 hhseries=guidata(hseries); 82 82 if ~isfield(Param,'ProjObject') 83 answer=msgbox_uvmat('INPUT_Y-N','use a projection object for the time_series?'); 84 if strcmp(answer,'Yes') 85 set(hhseries.CheckObject,'Visible','on') 86 set(hhseries.CheckObject,'Value',1) 87 series('CheckObject_Callback',hseries,[],hhseries); %file input with xml reading in uvmat, show the image in phys coordinates 88 end 83 msgbox_uvmat('WARNING','you may need to introduce a projection object for the time_series'); 89 84 end 90 85
Note: See TracChangeset
for help on using the changeset viewer.