-
Notifications
You must be signed in to change notification settings - Fork 86
Description
Hi,
I get the following error after running z_batch_publish_analyses('contrasts'), it doesn't happen with older version but since late 2024 after update:
Error using reshape
Number of elements must not change. Use [] as one of the size inputs to automatically calculate the appropriate size for that dimension.
Error in render_blobs (line 645)
slicecdat = reshape(cm(round(w),:),[size(Z),3]);
Error in fmridisplay/addblobs (line 378)
[blobhan, cmaprange, mincolor, maxcolor] = render_blobs(currentmap, obj.montage{i}, obj.SPACE, varargin{:});
Error in region/montage (line 394)
o2 = addblobs(o2, obj(i), varargin{:}, 'wh_montages', i, 'noverbose');
Error in c_univariate_contrast_maps (line 89)
o3 = montage(r, 'colormap', 'regioncenters');
Error in run (line 91)
evalin('caller', strcat(script, ';'));
Error in z_batch_coverage_and_contrasts (line 28)
run(scriptname); % Run from master script, not local script. This script should not need to be edited for individual studies.
Thanks