help > RE: error when displaying design
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

Threaded View

TitleAuthorDate
Richard Morris Apr 23, 2016
RE: error when displaying design
Richard Morris Apr 23, 2016