DMPexcel2mat.m refactor

This commit is contained in:
2024-07-27 01:29:15 -04:00
parent 5dc6021582
commit 94e61712bc

View File

@@ -173,7 +173,7 @@ numOfMedias=0;
% Grabbing the bare filename from the MasterPlate file to see if we can automatically % Grabbing the bare filename from the MasterPlate file to see if we can automatically
% find a matching DrugMedia file % find a matching DrugMedia file
[mpFile, mpPath]=masterPlateFile [mpFile, mpPath]=fullfile(masterPlateFile)
mpFileParts=strsplit(mpFile, '_'); mpFileParts=strsplit(mpFile, '_');
mpBareFileName=strjoin(parts(2:end-1), '_'); mpBareFileName=strjoin(parts(2:end-1), '_');