Hey Guys,
So im relatively new to MATLAB and am currently trying to draw cell outlines. I managed to get the cells to load, and I loaded my parameters. However, when I try to begin outlining i get the following error.
Error while evaluating Figure WindowButtonDownFcn.
Unable to perform assignment because dot indexing is not supported for variables of this type.
Error in microbeTracker/selectclick (line 2019)
pos.x = ps(1,1);
Any ideas for a fix?