Changeset 909 for trunk/src/series.m
- Timestamp:
- Jun 9, 2015, 7:51:29 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series.m
r908 r909 269 269 %% fill the list of file series 270 270 InputTable=[{Param.InputFile.RootPath},{Param.InputFile.SubDir},{Param.InputFile.RootFile},{Param.InputFile.NomType},{Param.InputFile.FileExt}]; 271 if isempty(find(cellfun('isempty',InputTable)==0));% if there is no input file, do not introduce input info 272 set(handles.REFRESH,'BackgroundColor',[1 0 1])% set REFRESH button to magenta color to indicate that input refresh is needed 273 return 274 end 271 275 TimeTable=[{Param.InputFile.TimeName},{[]},{[]},{[]},{[]}]; 272 276 if isfield(Param.InputFile,'RootPath_1')
Note: See TracChangeset
for help on using the changeset viewer.