help > bug in ART?
Showing 1-4 of 4 posts
Display:
Results per page:
Oct 14, 2014  07:10 AM | Wei-Tang Chang - SBIC, A*STAR
bug in ART?
Hi,

I tried ART with my mouse resting-state data. The quality of the dataset is good by observation. However, I got the error message after running ART:

======================
Session 1 global statistics - mean: 1466.0047 stdv: 1.0000
Outlier detection: 0 identified outliers

Statistics of movement data:
x y z pitch roll yaw norm
mean 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000
stdv 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000
max 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000
??? Error using ==> cat
CAT arguments dimensions are not consistent.
Error in ==> art>savefile_Callback_SaveRegressor at 1353
R2=cat(2,R1,M{j});
Error in ==> art>art_OpeningFcn at 517
savefile_Callback_SaveRegressor(handles);
Error in ==> gui_mainfcn at 221
feval(gui_State.gui_OpeningFcn, gui_hFigure, [], guidata(gui_hFigure), varargin{:});
Error in ==> art at 131
gui_mainfcn(gui_State, varargin{:});
======================

I checked and found that empty outlier detection may cause the problem. Is it a bug or what? May I know how I can fix it?

WeiTang
Oct 14, 2014  07:10 AM | Wei-Tang Chang - SBIC, A*STAR
RE: bug in ART?
for subscription
Nov 7, 2014  04:11 PM | Eduardo A Garza Villarreal
RE: bug in ART?
Hi

I get the same error with human data:

>> art

Mapping files for session 1...: ...done
Calculating globals...: 1/1...done
Session 1 global statistics - mean: 358.3352 stdv: 1.0000
Outlier detection: 0 identified outliers
Statistics of movement data:
x y z pitch roll yaw norm
mean 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000
stdv 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000
max 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000
Error using cat
Dimensions of matrices being concatenated are not consistent.
Error in art>savefile_Callback_SaveRegressor (line 1371)
R2=cat(2,R1,M{j});
Error in art>art_OpeningFcn (line 525)
savefile_Callback_SaveRegressor(handles);
Error in gui_mainfcn (line 221)
feval(gui_State.gui_OpeningFcn, gui_hFigure, [], guidata(gui_hFigure),
varargin{:});
Error in art (line 131)
gui_mainfcn(gui_State, varargin{:});

Eduardo Garza
Feb 24, 2016  07:02 PM | Shana Adise
RE: bug in ART?
Never mind