Changeset 468 for trunk/src/series.m
- Timestamp:
- Jun 21, 2012, 9:37:02 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series.m
r463 r468 683 683 if ~isempty(time) 684 684 TimeTable=get(handles.TimeTable,'Data'); 685 first_i=str2num(get(handles.num_first_i,'String')); 686 last_i=str2num(get(handles.num_last_i,'String')); 687 first_j=str2num(get(handles.num_first_i,'String')); 688 last_j=str2num(get(handles.num_last_i,'String')); 689 MinIndexTable=get(handles.MinIndex,'Data'); 690 MinIndex_i=MinIndexTable{iview,1}; 691 MinIndex_j=MinIndexTable{iview,2}; 692 MaxIndexTable=get(handles.MaxIndex,'Data'); 693 MaxIndex_i=MaxIndexTable{iview,1}; 694 MaxIndex_j=MaxIndexTable{iview,2}; 685 695 if isempty(MinIndex_j) 686 696 if MinIndex_i>0
Note: See TracChangeset
for help on using the changeset viewer.