help > error
Showing 1-3 of 3 posts
Display:
Results per page:
Mar 1, 2016  08:03 PM | Juan Gea
error
Dear Martin Göttlich, 

While I was trying to replicate your manual, the next error occurred. 
MarsBaR analysis functions prepended to path
Loaded MarsBaR defaults from base defaults
: Load file containing analysis data or start => Model specification and estimation <= to load an analysis configuration file.
: Starting tool for connectivity analysis.
: Retrieving correlation coefficients ...
: Nodes 90 ----- Edges 4005 (symmetric matrix)

ans =
4005 1
ans =
4005 1
Elapsed time is 0.040784 seconds.
: ... done.
: Statistical test for group differences ...
Elapsed time is 0.101490 seconds.
: ... done
Probability threshold: 0.010000

Index exceeds matrix dimensions.

Error in GrAnaEdge>Plot (line 254)
tableData(counter,3) = handles.Amean(i);
Error in GrAnaEdge>GrAnaEdge_OpeningFcn (line 71)
handles.counter = Plot(handles);
Error in gui_mainfcn (line 220)
feval(gui_State.gui_OpeningFcn, gui_hFigure, [], guidata(gui_hFigure), varargin{:});
Error in GrAnaEdge (line 17)
gui_mainfcn(gui_State, varargin{:});
Error in BASCO>popupmenu_nwana_Callback (line 694)
GrAnaEdge(ana,leg);
Error in gui_mainfcn (line 95)
feval(varargin{:});
Error in BASCO (line 20)
gui_mainfcn(gui_State, varargin{:});
Error in matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)BASCO('popupmenu_nwana_Callback',hObject,eventdata,guidata(hObject))
Error while evaluating UIControl Callback

Could you help please with this error? I'm using matlab r2015b under Mac OS 10.10.5

Thank you so much in advance, 

Congratulations, it looks a great toolbox!

Kind regards,
Mar 29, 2016  08:03 AM | Martin Göttlich
RE: error
Dear Juan,

the reason for this error message is that you only have data for one subject. This analysis step is for group-level analyses only.

Best,

Martin
Jul 3, 2017  07:07 PM | Douglas Steele - Dundee University
RE: error
Yes the error is caused by having data from only one subject but that is how the Tutorial is written.
In the example dataset 'empathy' only has data for one subject.  In contrast empathy 4D seems to have data for 2 subjects.
However trying to run the earlier parts of the Tutorial using empathy4D creates an error.
So the Tutorial PDF instructions do not match the Tutorial data.