my question is that

2 次查看(过去 30 天)
vipul utsav
vipul utsav 2012-12-27
a=randn(400); generates 400*400 matrix in matlab,
my question is that this function generates different mean and variance matrix at every time when i run the code. so i require fix mean and variance matrix at every time when i run the code. (not a nearest,every time exact and fixed value)

采纳的回答

Azzi Abdelmalek
Azzi Abdelmalek 2012-12-27
编辑:Azzi Abdelmalek 2012-12-27
nm=[400,400]
v=0.5; %variance
m=2; % mean
out=m+sqrt(v)*randn(nm)
  5 个评论
Azzi Abdelmalek
Azzi Abdelmalek 2012-12-27
The error is 1%. What is the desired precision ?
vipul utsav
vipul utsav 2012-12-27
ok, is there any idea for reduce this error or any other logic/function?

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Random Number Generation 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by