Random times for an event to occur.

7 vues (au cours des 30 derniers jours)
Adam Vilanova-Goldstein
Adam Vilanova-Goldstein le 13 Avr 2020
Commenté : KALYAN ACHARJYA le 14 Avr 2020
I have an object and I need an event to occur at random intervals between 500-1200 miliseconds. There is an overall duration of 4500 ms, so this needs to loop throughout the total duration. I have the code for the event, but I don't know how to randomize the times at which it occurs. Any help would be amazing!
P.S. This is a psych experiment and I have the psychtoolbox installed.

Réponses (1)

KALYAN ACHARJYA
KALYAN ACHARJYA le 13 Avr 2020
Modifié(e) : KALYAN ACHARJYA le 13 Avr 2020
Is this? #Hint
tic
while toc<4.5
pause(rand) %Because of random pause, time slots varry
% do here
end
More help: here also here
  3 commentaires
Adam Vilanova-Goldstein
Adam Vilanova-Goldstein le 13 Avr 2020
is pause a function?
KALYAN ACHARJYA
KALYAN ACHARJYA le 14 Avr 2020

Connectez-vous pour commenter.

Community Treasure Hunt

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

Start Hunting!

Translated by