I'm trying to understand the cosinor analysis in Matlab. http://www.mathworks.com/matlabcentral/fileexchange/20329-cosinor-analysis/content/html/cosinor.html
I'm not understanding the find() function, actually this line: IND = find(real(beta_s1) ~= real(beta_s2));
Can someone tell me why Matlab considers these values equal?
4.4115 + 2.0221i
4.4115 - 2.0221i
Thanks