Actually now it works. I was setting the SimBio model for VTA, but trying the other ones the “prepare stats” runs perfectly. The problem now is in the next step: correlate variable (updrs improvement) with VTA intersection
The following error appears:
VI_BH
Undefined function ‘corr’ for input arguments of type ‘double’.
Error in ea_permcorr (line 17)
r(a) =corr(x(:,a),y,’type’,type,’rows’,’pairwise’);
Error in ea_corrplot_gen (line 39)
[R,p]=ea_permcorr(X(:,1),X(:,2),’spearman’);
Error in lead_group>corrbutton_vta_Callback (line 571)
[R_upd,p_upd,R,p,f]=ea_corrplot_gen([stats.corrcl,stats.vicorr.nboth],description,stats.vc_labels,[],[],’permutation’);
Error in gui_mainfcn (line 95)
feval(varargin{:});
Error in lead_group (line 42)
gui_mainfcn(gui_State, varargin{:});
Error in
@(hObject,eventdata)lead_group(‘corrbutton_vta_Callback’,hObject,eventdata,guidata(hObject))
Error while evaluating UIControl Callback
Does anybody can help me?
Many Thanks
Rubens