help > error when displaying design
Showing 1-2 of 2 posts
Apr 23, 2016 12:04 AM | Richard Morris
error when displaying design
Hi, I've installed art-2015-10, and am using Matlab 2014b with
SPM12. When I try to show design, I get an error "Error using cat
Dimensions of matrices being concatenated are not consistent." I think it might be because the design has more than one task regressor (condition). When I try the same thing on another simpler task with only a single task regressor, it displays correctly. Is this a bug?
Ta,
Rich
Dimensions of matrices being concatenated are not consistent." I think it might be because the design has more than one task regressor (condition). When I try the same thing on another simpler task with only a single task regressor, it displays correctly. Is this a bug?
Ta,
Rich
Apr 23, 2016 06:04 AM | Richard Morris
RE: error when displaying design
I managed to hack a solution to this by editing the art.m file on
line 1844
original: names=cat(1,names,SPM.Sess(s).U(:).name);
hacked: names = SPM.Sess(s).U(:).name;
Not sure why that works or whether it breaks multisession analysis, but thought i would note it here in case it helps someone
original: names=cat(1,names,SPM.Sess(s).U(:).name);
hacked: names = SPM.Sess(s).U(:).name;
Not sure why that works or whether it breaks multisession analysis, but thought i would note it here in case it helps someone
