Filter löschen
Filter löschen

Plotting this gaussian distribution.

1 Ansicht (letzte 30 Tage)
Yagnaseni Roy
Yagnaseni Roy am 16 Apr. 2014
Kommentiert: Star Strider am 16 Apr. 2014
I'm trying to make a list of velocities that come from a gaussian distribution, by the code below. However, I'm not being able to plot it to bring out the gaussian distribution. in the velocity vector, I have nDim=3 (number of dimensions) and number of columns=number of particles.
vels = zeros(nDim,nPart);
for part=1:nPart
vels(:,part) = randGauss(0,velSTD,nDim);
end
  1 Kommentar
Star Strider
Star Strider am 16 Apr. 2014
Post your code for your randGauss function.

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by