DMPexcel2mat.m refactor

This commit is contained in:
2024-07-27 01:19:18 -04:00
parent 4f747a14a9
commit 25a2641548

View File

@@ -82,7 +82,7 @@ if ~exist(masterPlateFile, 'file') || isempty(masterPlateFile)
end end
end end
else else
disp(strcat('Using MasterPlate file: ', masterPlateFile, ', skipping directory selection'); disp(strcat('Using MasterPlate file: ', masterPlateFile, ', skipping directory selection'));
end end
% fid=fopen(masterPlateFile)%('exp23PrintTimes.xls'); % textread puts date and time sequentially into vector % fid=fopen(masterPlateFile)%('exp23PrintTimes.xls'); % textread puts date and time sequentially into vector