Random times for an event to occur.

1 次查看(过去 30 天)
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.

回答(1 个)

KALYAN ACHARJYA
KALYAN ACHARJYA 2020-4-13
编辑:KALYAN ACHARJYA 2020-4-13
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

类别

Help CenterFile Exchange 中查找有关 Image display and manipulation 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by