Changeset 1105
- Timestamp:
- Jul 14, 2021, 2:24:39 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series.m
r1104 r1105 1713 1713 set(handles.OutputPath,'String',PathOut); 1714 1714 end 1715 %PathExpOut=fullfile(PathOut,get(handles.Experiment,'String'));1715 if get(handles.Replicate,'Value') 1716 1716 PathExpOut=fileparts(ListPath{iexp}); 1717 PathExpDeviceOut=ListPath{iexp}; 1718 else 1719 PathExpOut=fullfile(PathOut,get(handles.Experiment,'String')); 1720 PathExpDeviceOut=fullfile(PathExpOut,get(handles.Device,'String')) 1721 end 1717 1722 if ~exist(PathExpOut,'dir') 1718 1723 [tild,msg1]=mkdir(PathExpOut); … … 1722 1727 end 1723 1728 end 1724 %PathExpDeviceOut=fullfile(PathExpOut,get(handles.Device,'String'));1725 PathExpDeviceOut=ListPath{iexp};1726 1729 if ~exist(PathExpDeviceOut,'dir') 1727 1730 [tild,msg1]=mkdir(PathExpDeviceOut);
Note: See TracChangeset
for help on using the changeset viewer.