Ignore:
Timestamp:
Apr 24, 2014, 8:46:31 AM (10 years ago)
Author:
sommeria
Message:

add aver_synchro (field analysis at different frequencies) and turb_stat

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/series/aver_stat.m

    r716 r751  
    9797NomType=Param.InputTable(:,4);
    9898FileExt=Param.InputTable(:,5);
     99hdisp=disp_uvmat('WAITING...','checking the file series',checkrun);
    99100[filecell,i1_series,i2_series,j1_series,j2_series]=get_file_series(Param);
     101if ~isempty(hdisp),delete(hdisp),end;
    100102%%%%%%%%%%%%
    101103% The cell array filecell is the list of input file names, while
Note: See TracChangeset for help on using the changeset viewer.