Pause EZview work for now
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user