Borrar filtros
Borrar filtros

Random times for an event to occur.

2 visualizaciones (últimos 30 días)
Adam Vilanova-Goldstein
Adam Vilanova-Goldstein el 13 de Abr. de 2020
Comentada: KALYAN ACHARJYA el 14 de Abr. de 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.

Respuestas (1)

KALYAN ACHARJYA
KALYAN ACHARJYA el 13 de Abr. de 2020
Editada: KALYAN ACHARJYA el 13 de Abr. de 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

Categorías

Más información sobre Image display and manipulation en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by