Commit 99ff8ede authored by sstucker's avatar sstucker
Browse files

Plot Probe time markers are not displayed on default, std amplitudes are not scaled properly

parent 2914d7e6
Loading
Loading
Loading
Loading
−36 B (64 KiB)

File changed.

No diff preview for this file type.

+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ end

% If checkbox is checked, display std
if handles.radiobuttonShowStd.Value & isfield(plotprobe, 'ystd')
   ystd  = plotprobe.ystd{iBlk} ./ sqrt(plotprobe.dataTree.currElem.GetNtrials(iBlk)); 
   ystd  = plotprobe.ystd{iBlk};
else
   ystd  = [];
end