Changeset 228 for trunk/src/series/time_series.m
- Timestamp:
- Mar 31, 2011, 1:43:49 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series/time_series.m
r218 r228 205 205 %% check coincidence in time 206 206 multitime=0; 207 if length(timecell)==0207 if isempty(timecell) 208 208 time=[]; 209 209 elseif length(timecell)==1 … … 238 238 while exist(pathdir,'dir') 239 239 subdir_result=[subdir_result '.0']; 240 pathdir=fullfile( pathdir,subdir_result);240 pathdir=fullfile(RootPath{1},subdir_result); 241 241 end 242 242 [m1,m2,m3]=mkdir(pathdir);
Note: See TracChangeset
for help on using the changeset viewer.