values of randi function repeat themselves

4 vues (au cours des 30 derniers jours)
Kobi
Kobi le 30 Août 2014
Modifié(e) : Kobi le 1 Sep 2014
while using the function randi that generate random integers uniformly disterbuted i sometimes get in the output vector the same numbers for example:
4 2 5 3 4 8 7 9 7 4
(the number 4 was three times in the row above)
how can i avoid this?
locTX=randi([1 20],1,4);

Réponse acceptée

Azzi Abdelmalek
Azzi Abdelmalek le 30 Août 2014
Modifié(e) : Azzi Abdelmalek le 30 Août 2014
Use randperm function
  4 commentaires
Kobi
Kobi le 31 Août 2014
i use randi not randni
about the other quastion how does the random numbers distributed? uniformly?
Image Analyst
Image Analyst le 31 Août 2014
rand() and randi() are uniform. randn() is normally/Gaussian distributed. You might want to edit your post (body and subject line) to get rid of randni to avoid confusing people with a function that you say you don't use.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Creating and Concatenating Matrices dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by