Olivia Krieger
University of California, Davis
自 2018 起处于活动状态
Followers: 0 Following: 0
PhD Student, cognitive neuroscience
Feeds
提问
Repeating or rerunning a loop
Hello MATLAB community! I am hopeful that someone can help me solve this puzzle I've created for myself... I am running an expe...
5 years 前 | 1 个回答 | 0
1
个回答已回答
How can I draw these rectangles in a loop using psychtoolbox... there must be a better way than what I've done. Thanks for your help!!
Thank you for your help! I would also like to compute a pattern (the computation I'm not worried about, but figuring out how to ...
How can I draw these rectangles in a loop using psychtoolbox... there must be a better way than what I've done. Thanks for your help!!
Thank you for your help! I would also like to compute a pattern (the computation I'm not worried about, but figuring out how to ...
6 years 前 | 0
提问
How can I draw these rectangles in a loop using psychtoolbox... there must be a better way than what I've done. Thanks for your help!!
% Draw base rectangle r1=[0 0 20 20]; r2=OffsetRect(r1, 200,200); r3=OffsetRect(r1, 200,235); r4=OffsetRect(r1...
6 years 前 | 2 个回答 | 0