Changeset 449 for trunk/src/series/aver_stat.m
- Timestamp:
- Jun 11, 2012, 11:44:13 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series/aver_stat.m
r447 r449 52 52 %% get input parameters, file names and indices 53 53 % BATCH case: read the xml file for batch case 54 if ischar(Param) && ~isempty(find(regexp( 'Param','.xml$')))54 if ischar(Param) && ~isempty(find(regexp(Param,'.xml$'))) 55 55 Param=xml2struct(Param); 56 56 checkrun=0;
Note: See TracChangeset
for help on using the changeset viewer.