Oval in a Desire Location
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Image display and manipulation finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!