search for: rfren

Displaying 1 result from an estimated 1 matches for "rfren".

Did you mean: rfen
2007 Aug 21
2
Variable c and function c
I have found the error in my script which was semi-automatically translated from the other person's MATLAB code. The error is that c was assigned a value inside a function. That is the function body contained the following instructions c<-nw*czr d<-nw*cz rFren<-0.5*(abs((cz-c)/(cz+c))^2+abs((d-czr)/(d+czr))^2) firstguess<-c( 0,0,0,3,0.5, 0 , 0 , 0.000001) I have already run this function and obtained the results, it was rather long process, therefore I don't want to rerun it. I was not given any warnings. How did the interpreter trea...