From: mat001 on
I have matrix A as 100*100*40.

How to generate Gaussian distribution of A.


Regards
From: dpb on
mat001 wrote:
> I have matrix A as 100*100*40.
>
> How to generate Gaussian distribution of A.

What does that mean???

--
From: ade77 on
"mat001 " <dres01(a)lycos.com> wrote in message <hqhtuc$7fo$1(a)fred.mathworks.com>...
> I have matrix A as 100*100*40.
>
> How to generate Gaussian distribution of A.
>
>
> Regards

bin the values and plot it, see if it resembles a Gaussian.
you can check documentation on these functions :
hist, histc

I am not certain if this is what you want.