DMPexcel2mat.m refactor
This commit is contained in:
@@ -173,7 +173,7 @@ numOfMedias=0;
|
||||
|
||||
% Grabbing the bare filename from the MasterPlate file to see if we can automatically
|
||||
% find a matching DrugMedia file
|
||||
[mpFile, mpPath]=masterPlateFile
|
||||
[mpFile, mpPath]=fullfile(masterPlateFile)
|
||||
mpFileParts=strsplit(mpFile, '_');
|
||||
mpBareFileName=strjoin(parts(2:end-1), '_');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user