JinghaoLu / MIN1PIPE

A MINiscope 1-photon-based Calcium Imaging Signal Extraction PIPEline.
GNU General Public License v3.0
59 stars 27 forks source link

Issue with plot_contour.m #17

Closed sstaszko closed 5 years ago

sstaszko commented 5 years ago

When I attempt to run the plot_contour postprocess script, I get the following:

Not enough input arguments.

Error in plot_contour (line 6) [x, y] = ind2sub([pixh, pixw], seedsfn);

pixh, pixw, and seedsfn are all loaded into the workspace.

JinghaoLu commented 5 years ago

I guess you have another ind2sub function other than matlab built-in exists in your path.