photo

Olivia Krieger


University of California, Davis

Active since 2018

Followers: 0   Following: 0

PhD Student, cognitive neuroscience

Statistics

MATLAB Answers

2 Questions
2 Answers

RANK
128,598
of 300,369

REPUTATION
0

CONTRIBUTIONS
2 Questions
2 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 20,936

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,407

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • First Answer
  • Thankful Level 1

View badges

Feeds

View by

Question


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...

6 years ago | 1 answer | 0

1

answer

Answered
How can I change penwidth in 'DrawLine' in Psychtoolbox?
Use widths 7 and below.

7 years ago | 0

Answered
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 ...

7 years ago | 0

Question


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...

7 years ago | 2 answers | 0

2

answers