Hi all,
I want to use DrawFormattedText like below to display text for an fMRI experiment.
DrawFormattedText(window, 'text', 'center', 'center', [255 255 255]);
Screen('Flip', window);
WaitSecs(120);
DrawFormattedText(window, 'text', 'center', 'center', [255 255 255]);
Screen('Flip', window);
WaitSecs(240);
when we use waitsecs to display a text for a few minutes, sometime, we will get situations where we need to abort the execution of the screen. So as waitsecs can’t be killed, is there any other way to do this except waitsecs?
Please advise.
Thank you.
Best regards,
Ram