При попытке посчитать выдаетUnable to perform assignment because brace indexing is not supported for variables of this type.(matlab)
va = 3
j = 1
for mu = -100:20:100
s{j} = mu + randn(100,1)*sqrt(va)
j = j+1
end
va = 3
j = 1
for mu = -100:20:100
s{j} = mu + randn(100,1)*sqrt(va)
j = j+1
end