History of AFNI updates  

|
April 05, 2009 11:30PM
thanks dr cox,
this is a big help...i'm having a few problems though

my code looks something like this

nvals = lenofts ;
xsim = THD_extract_series(ii,xset,0) ; xsar = MRI_FLOAT_PTR(xsim) ;
ysim = THD_extract_series(jj,xset,0) ; ysar = MRI_FLOAT_PTR(ysim) ;
beta = THD_fitter( nvals , xsar , 1 , ysar , 2,NULL ) ;

make complains :

3dAuCoMap.c: In function ‘main’:
3dAuCoMap.c:216: warning: passing argument 4 of ‘THD_fitter’ from incompatible pointer type

3dAuCoMap.o: In function `main':
3dAuCoMap.c:(.text+0x8c3): undefined reference to `KILL_floatavec'

i'm not much of an ace when it comes to the pointer stuff...please help...
xsar and ysar are arrays,right? ... are these distinct from what you are calling a vector?

-prantik
Subject Author Posted

coeff's with THD_pearson_corr()?

Prantik Kundu April 04, 2009 10:11AM

Re: coeff's with THD_pearson_corr()?

Bob Cox April 04, 2009 11:19AM

Re: coeff's with THD_pearson_corr()?

Prantik Kundu April 05, 2009 11:30PM

Re: coeff's with THD_pearson_corr()?

Prantik April 07, 2009 04:03PM

Re: coeff's with THD_pearson_corr()?

Bob Cox April 07, 2009 05:06PM

Re: coeff's with THD_pearson_corr()?

Prantik April 07, 2009 06:37PM

Re: coeff's with THD_pearson_corr()?

bob cox April 07, 2009 07:48PM

Re: coeff's with THD_pearson_corr()?

Bob Cox April 06, 2009 11:30AM

Re: coeff's with THD_pearson_corr()?

Prantik April 06, 2009 11:51AM