Oval in a Desire Location
2 次查看(过去 30 天)
显示 更早的评论
Using PsychToolBox.
My Code: "HideCursor; screenNum=0; [window, rect] = Screen('OpenWindow', screenNum, 1); [X,Y] = RectCenter(rect); FixCross = [X-3,Y-40,X+3,Y+40;X-40,Y-3,X+40,Y+3]; Screen('FillRect',window,[200,200,200], FixCross'); disc1 = [X-80,Y-80,X+80,Y+80] Screen('FillOval',window,[169,169,0], disc1'); Screen('Flip', window);"
What I would like to do is move the oval to a location of my pleasing, however, it only ever appears in the center of the screen covering my fixation. I think it might have something to do with 'RectCenter(rect)' command, but I don't know of an alternative.
Please help, Brett
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Image display and manipulation 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!