Cosmetic change (removed useless square brackets).

rm-particles^2
Stéphane Adjemian (Ryuk) 2021-06-15 21:43:14 +02:00
parent ec50899f7a
commit e31e4a0626
Signed by: stepan
GPG Key ID: 295C1FE89E17EB3C
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