Cosmetic change (removed useless square brackets).

remove-submodule^2
Stéphane Adjemian (Ryuk) 2021-06-15 21:43:14 +02:00
parent b23bd9bc8d
commit e3aac61407
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@ for t=1:sample_size
for l=1:size(xparam,1)
str = sprintf('%s\n %5.4f \t\t %7.5f \t\t %5.4f', str, lb95_xparam(l,t), mean_xparam(l,t), ub95_xparam(l,t));
end
disp([str])
disp(str)
disp('')
end