creating a frame(image), randn

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

 Réponse acceptée

Image Analyst
Image Analyst le 13 Oct 2011

0 votes

No. Try again. By the way, what do you mean by covariance? Do you mean variance or standard deviation instead?

3 commentaires

PChoppala
PChoppala le 13 Oct 2011
Its standard deviation,
so would that be
a = 3*randn(20,20)
imshow(a, [ ])
Can you give me a hint on the above specifications i had mentioned?
Image Analyst
Image Analyst le 13 Oct 2011
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);
PChoppala
PChoppala le 15 Oct 2011
Right, thanks!

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Polar Plots dans Centre d'aide et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by