Effacer les filtres
Effacer les filtres

Failing randomization through closing matlab

2 vues (au cours des 30 derniers jours)
Kathrin Sadus
Kathrin Sadus le 4 Déc 2020
Commenté : Ameer Hamza le 7 Déc 2020
Hello everyone,
I am coding an experiment but I ran into a problem regarding the presentation of random stimuli. The experiment includes a trial list which is mostly created using the randi() function. However, everytime I close Matlab and script, the numbers will exactly the same in the next session. This does not happen if a simply leave the matlab window open and rerun the code.
Any ideas concerning the root of this problem?
Thank you in advance!
Best,
Kathrin

Réponses (1)

Ameer Hamza
Ameer Hamza le 4 Déc 2020
Modifié(e) : Ameer Hamza le 4 Déc 2020
rng('shuffle');
at startup.
  2 commentaires
Kathrin Sadus
Kathrin Sadus le 7 Déc 2020
Thanks, that was really helpful!
Ameer Hamza
Ameer Hamza le 7 Déc 2020
I am glad to be of help!!!

Connectez-vous pour commenter.

Catégories

En savoir plus sur Startup and Shutdown dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by