Changeset 468 for trunk/src/series.m


Ignore:
Timestamp:
Jun 21, 2012, 9:37:02 PM (12 years ago)
Author:
sommeria
Message:

bug corrected in civ : reading time in case of xml file and avi
bugs corrrected in series

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/series.m

    r463 r468  
    683683if ~isempty(time)
    684684TimeTable=get(handles.TimeTable,'Data');
     685first_i=str2num(get(handles.num_first_i,'String'));
     686last_i=str2num(get(handles.num_last_i,'String'));
     687first_j=str2num(get(handles.num_first_i,'String'));
     688last_j=str2num(get(handles.num_last_i,'String'));
     689MinIndexTable=get(handles.MinIndex,'Data');
     690MinIndex_i=MinIndexTable{iview,1};
     691MinIndex_j=MinIndexTable{iview,2};
     692MaxIndexTable=get(handles.MaxIndex,'Data');
     693MaxIndex_i=MaxIndexTable{iview,1};
     694MaxIndex_j=MaxIndexTable{iview,2};
    685695if isempty(MinIndex_j)
    686696    if MinIndex_i>0
Note: See TracChangeset for help on using the changeset viewer.