Cleanup par4Gbl_Main8c.m
This commit is contained in:
@@ -1,21 +1,5 @@
|
||||
%% CALLED BY EASYconsole.m %%
|
||||
w = pwd;
|
||||
%{
|
||||
cd ..
|
||||
if exist('ExpJobs/')
|
||||
cd('ExpJobs/');
|
||||
else
|
||||
pwd
|
||||
end
|
||||
%}
|
||||
|
||||
try
|
||||
cd(ExpPath)
|
||||
catch
|
||||
cd(w)
|
||||
end
|
||||
pwd
|
||||
|
||||
w=pwd
|
||||
numOfMPs=0;
|
||||
%GUI input for selecting a MasterPlate Excel file
|
||||
questdlg('\fontsize{20} Select Master Plate File','File Selection','OK', struct('Default','OK','Interpreter','tex'))
|
||||
@@ -26,7 +10,6 @@ else
|
||||
MPdir=fullfile(pathname,'/');
|
||||
end
|
||||
|
||||
|
||||
infile= Scanfiles(1,:);
|
||||
cd(MPdir)
|
||||
%fid=fopen(infile)%('exp23PrintTimes.xls'); % textread puts date and time sequentially into vector
|
||||
|
||||
Reference in New Issue
Block a user