rastermap icon indicating copy to clipboard operation
rastermap copied to clipboard

Possible Bug

Open ehennestad opened this issue 6 years ago • 0 comments

Hi,

Thanks for some great tools. I just wanted to report that when I have both FaceMap an rastermap on the matlabpath at the same time, I receive the following error (using the mapTmap function):

Error using reshape To RESHAPE the number of elements must not change.

Error in my_conv2 (line 47) S1 = reshape(S1, dsnew);

Error in activityMap (line 57) V = my_conv2(V, sig(t), 2);

Error in mapTmap (line 16) [~, isort2, ~] = activityMap(S', ops);

ehennestad avatar Oct 05 '18 20:10 ehennestad