Complete EZview reformatting

This commit is contained in:
2024-07-31 00:36:40 -04:00
parent 79e3676ed3
commit 019fb07f79
36 changed files with 7526 additions and 8544 deletions

View File

@@ -1,4 +1,4 @@
% EZmultiDayGui.m called by EZexpSel.m ln957 && ln963
% EZmultiDayGui.m called by EZexpSel.m
% EZmultiday is called after this EZmultiDayGui.m also by EZexpSel.m
function EZmultiDayGui
@@ -42,7 +42,7 @@ function EZmultiDayGui
j=1;
for i=1:size(CC,1)
j=CC(i,2);
ExpOrderByExp(i)= expDayFs(j); %exFs(j)
ExpOrderByExp(i)=expDayFs(j); %exFs(j)
end
else
ExpOrderByExp=sort(exFs);