diff --git a/workflow/apps/matlab/ezview/EZviewGui.m b/workflow/apps/matlab/ezview/EZviewGui.m index ab571c76..bd91f463 100755 --- a/workflow/apps/matlab/ezview/EZviewGui.m +++ b/workflow/apps/matlab/ezview/EZviewGui.m @@ -1818,6 +1818,7 @@ function TrendsBoxPlot_Callback(hObject, eventdata, handles) userPars.kfiltLim=str2double(cell2mat(answer(6))); userPars.BPdefault=[answer(1),answer(2),answer(3),answer(4),answer(5),answer(6)]; userPars.Trenddefault=answer(6); +end function TrendsOverlay_Callback(hObject, eventdata, handles)