Changeset 1105 for trunk


Ignore:
Timestamp:
Jul 14, 2021, 2:24:39 PM (3 years ago)
Author:
sommeria
Message:

replicate repaired again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/series.m

    r1104 r1105  
    17131713            set(handles.OutputPath,'String',PathOut);
    17141714        end
    1715         %PathExpOut=fullfile(PathOut,get(handles.Experiment,'String'));
     1715        if get(handles.Replicate,'Value')
    17161716        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
    17171722        if ~exist(PathExpOut,'dir')
    17181723            [tild,msg1]=mkdir(PathExpOut);
     
    17221727            end
    17231728        end
    1724         %PathExpDeviceOut=fullfile(PathExpOut,get(handles.Device,'String'));
    1725         PathExpDeviceOut=ListPath{iexp};
    17261729        if ~exist(PathExpDeviceOut,'dir')
    17271730            [tild,msg1]=mkdir(PathExpDeviceOut);
Note: See TracChangeset for help on using the changeset viewer.