Changeset 464 for trunk/src/series/time_series.m
- Timestamp:
- Jun 21, 2012, 11:39:00 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series/time_series.m
r462 r464 263 263 %% Initiate output fields 264 264 %initiate the output structure as a copy of the first input one (reproduce fields) 265 [DataOut, ParamOut,errormsg] = read_field(filecell{1,1},FileType{1},InputFields{1},1);265 [DataOut,tild,errormsg] = read_field(filecell{1,1},FileType{1},InputFields{1},1); 266 266 if ~isempty(errormsg) 267 267 msgbox_uvmat('ERROR',['error reading ' filecell{1,1} ': ' errormsg])
Note: See TracChangeset
for help on using the changeset viewer.