On Thursday, March 22, 2018 at 10:37:09 AM UTC+13, mst wrote:
> I tried using either of the commands:
> ScreenDrawDots(windowPtr, xy [,dotdiameter=1] [,dotcolor=white] [,center2D] [,dot_type=1]);
Try removing the square brackets from your commands. In this notation:
> [minSmoothPointSize, maxSmoothPointSize, minAliasedPointSize, maxAliasedPointSize] =
> Screen('DrawDots', windowPtr, xy [,size] [,color] [,center] [,dot_type][, lenient]);
the square brackets are just used to indicate that the parameters are optional.
You aren't actually supposed to include those brackets when calling the function.
You might also check out:
https://groups.yahoo.com/neo/groups/psychtoolbox/conversations/topics
which is more focused on the toolbox than this newsgroup.