Pause EZview work for now

This commit is contained in:
2024-07-31 14:23:14 -04:00
parent 019fb07f79
commit d69ac75fa0
7 changed files with 232 additions and 27 deletions

View File

@@ -1,12 +1,13 @@
%single gene L based interaction shift display
function EZinterAgingDev0
global Exp
global matFile
[openExpfile,scansDir]=uigetfile('.mat','Open Experiment folder and data storage .mat file name','MultiSelect','on');
[matFile,scansDir]=uigetfile('.mat','Open Experiment folder and data storage .mat file name','MultiSelect','on');
AgMPDM=load(fullfile(scansDir,'MasterPlateFiles','MPDMmat.mat'));
for i=1:size(openExpfile,2)
ExpOutmat{i}=fullfile(scansDir,openExpfile{i});
for i=1:size(matFile,2)
ExpOutmat{i}=fullfile(scansDir,matFile{i});
EScan{i}=load(ExpOutmat{1});
end