[color=#000000]Hi Vinay,[/color]
[color=#000000]This looks perhaps similar to the issue described in this thread (https://www.nitrc.org/forum/message.php?msg_id=17345 )? Basically if you are running CONN on a Windows or Linux machine, but the CONN installation has been copied from an original Mac installation (instead of from a clean install on the new machines), you may end up with a number of Mac-specific files with names starting with ._ which create all sorts of issues (and if so, simply deleting these ._* files should fix this problem). Let me know if that seems to fit your case.[/color]
[color=#000000]Best[/color]
[color=#000000]Alfonso[/color]
[i]Originally posted by vinay gupta:[/i][quote]hey, when I wanna anlyze my data via conn; it continoulsy displays following error message :
Could anyone help me with that?
ERROR DESCRIPTION:
Error using svd
Input to SVD must not contain NaN or Inf.
Error in encode_qform0 (line 25)
[U,S,V] = svd(R);
Error in mayo2nifti1 (line 63)
hdr = encode_qform0(mat,hdr);
Error in nifti (line 30)
vol.hdr = mayo2nifti1(vol.hdr);
Error in spm_vol_nifti (line 19)
N = nifti(P);
Error in spm_vol_spm_vol_hdr (line 128)
V = spm_vol_nifti(p,n);
Error in spm_vol (line 61)
v = spm_vol_hdr(deblank(P(i,:)));
Error in conn_getinfo (line 18)
V=spm_vol(filename);
Error in conn (line 606)
[V,str,icon,filename]=conn_getinfo(filename);
Error in conn (line 2812)
conn importrois;
Error in conn_menumanager (line 119)
feval(CONN_MM.MENU{n0}.callback{n1}{1},CONN_MM.MENU{n0}.callback{n1}{2:end});
CONN v.16.a
SPM12 + DEM FieldMap MEEGtools Masking conn xjview
Matlab v.2015a[/quote]