DMPexcel2mat.m refactor

This commit is contained in:
2024-07-27 01:18:09 -04:00
parent 3b3ef5a2e2
commit 4f747a14a9

View File

@@ -30,7 +30,7 @@ if ~exist(masterPlateFile, 'file') || isempty(masterPlateFile)
% This can be silent, not really an error % This can be silent, not really an error
end end
for i-1:5 % give users 5 chances to get it right for i=1:5 % give users 5 chances to get it right
try try
% For standalone mode % For standalone mode
% GUI input for selecting a MasterPlate Excel file % GUI input for selecting a MasterPlate Excel file
@@ -55,7 +55,7 @@ if ~exist(masterPlateFile, 'file') || isempty(masterPlateFile)
end end
end end
else else
for i-1:5 % give users 5 chances to get it right for i=1:5 % give users 5 chances to get it right
try try
% For standalone mode % For standalone mode
% GUI input for selecting a MasterPlate Excel file % GUI input for selecting a MasterPlate Excel file
@@ -201,7 +201,7 @@ if ~exist(drugMediaFile, 'file') || isempty(drugMediaFile)
% This can be silent, not really an error % This can be silent, not really an error
end end
else else
for i-1:5 % give users 5 chances to get it right for i=1:5 % give users 5 chances to get it right
try try
% GUI input for selecting a DrugMedia file % GUI input for selecting a DrugMedia file
% sort by newest matching DrugMedia file and return that if we find one % sort by newest matching DrugMedia file and return that if we find one