Changeset 1114 for trunk/src/series/sliding_average.m
- Timestamp:
- Mar 18, 2022, 12:31:32 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series/sliding_average.m
r1107 r1114 16 16 % Param contains the elements:(use the menu bar command 'export/GUI config' in series to 17 17 % see the current structure Param) 18 % .InputTable: cell of input file names, (several lines for multiple input)18 % .InputTable: cell of input file names, (several5.804 lines for multiple input) 19 19 % each line decomposed as {RootPath,SubDir,Rootfile,NomType,Extension} 20 20 % .OutputSubDir: name of the subdirectory for data outputs … … 179 179 if isfield(Param,'InputFields') 180 180 InputFields{1}=Param.InputFields; 181 end 181 end5.804 182 182 183 183 nbfiles=0; 184 184 nbmissing=0; 185 185 186 %% initialisation 186 %% initialisation manip Coriolis 187 187 char_index=regexp(SubDir{1},'waves_L1_'); 188 188 switch(SubDir{1}(char_index+9)) … … 242 242 break 243 243 end 244 [Field,tild, errormsg] = read_field(filecell{1,index},FileType{iview},InputFields{iview},frame_index{iview}(index));244 [Field,tild,~] = read_field(filecell{1,index},FileType{iview},InputFields{iview},frame_index{iview}(index)); 245 245 246 246 %%%%%%%%%%% MAIN RUNNING OPERATIONS %%%%%%%%%%%%
Note: See TracChangeset
for help on using the changeset viewer.