The problems using Juspace

Summary of what happened:

when using the Juspace to exmaine the spatial correlation between two groups difference with the neurotransmitter, the error occurs like this:

错误使用 tcdf (line 30)
Degrees of freedom must be positive.

出错 partialcorr (line 389)
pval = 2*tcdf(-abs(t),df);

出错 compute_DomainGauges>correlateModalities (line 143)
[r,p] =
partialcorr(data_ij(:,1:size(data’,2)),data_ij(:,size(data’,2)+1:size(data’,2)+size(data_PET’,2)),data_ij(:,size(data’,2)+size(data_PET’,2)+1:end),‘type’,‘Spearman’);

出错 compute_DomainGauges (line 115)
[res,p_all,stats] = correlateModalities(data,data_PET,options,T1);

出错 JuSpace>compute_Callback (line 218)
[res,p_all,stats,data,D1,D2, data_PET,Resh,T1] = compute_DomainGauges(list1,list2,filesPET,atlas,
options);

出错 gui_mainfcn (line 95)
feval(varargin{:});

出错 JuSpace (line 43)
gui_mainfcn(gui_State, varargin{:});

出错
matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)JuSpace(‘compute_Callback’,hObject,eventdata,guidata(hObject))
计算 UIControl Callback 时出错。

Command used (and if a helper script was used, a link to the helper script or the command generated):

Version:

Juspace_v1.4

Environment (Docker, Singularity, custom installation):

Juspace is running in the Matlab

Data formatted according to a validatable standard? Please provide the output of the validator:

Relevant log outputs (up to 20 lines):

Screenshots / relevant information: