creating a frame(image), randn
1 次查看(过去 30 天)
显示 更早的评论
Hi
Does
a = sqrt(3)*randn(20,20)
imshow(a,([ ]))
create a frame(image), with 20x02 pixels, size of each pixel being 1x1, and the values of the pixels representing a Gaussian with covariance '3', and the intensity of each pixel to be gray linear scale.
Thanks
P
0 个评论
采纳的回答
Image Analyst
2011-10-13
No. Try again. By the way, what do you mean by covariance? Do you mean variance or standard deviation instead?
3 个评论
Image Analyst
2011-10-13
Like I said in your duplicate post, perhaps the Example in the help will be a sifficient hint:
Example 1
Generate values from a normal distribution with mean 1 and standard deviation 2:
r = 1 + 2.*randn(100,1);
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!