Skip to content
Snippets Groups Projects
Commit c59e5036 authored by MichelJuillard's avatar MichelJuillard
Browse files

fixing typo

(cherry picked from commit 43e2163b)
parent fe48936c
No related branches found
No related tags found
No related merge requests found
...@@ -332,9 +332,9 @@ for iter = Origin:StepSize:NumberOfDraws ...@@ -332,9 +332,9 @@ for iter = Origin:StepSize:NumberOfDraws
end end
MDIAG(:,[2 4 6],:) = MDIAG(:,[2 4 6],:)/nblck; MDIAG(:,[2 4 6],:) = MDIAG(:,[2 4 6],:)/nblck;
if options_.nograph if options_.nograph
h = figure('Name','Multivatiate diagnostic','Visible','off'); h = figure('Name','Multivariate diagnostic','Visible','off');
else else
h = figure('Name','Multivatiate diagnostic'); h = figure('Name','Multivariate diagnostic');
end end
boxplot = 1; boxplot = 1;
for crit = 1:3 for crit = 1:3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment