Origin Ver. 2015 and Service Release (Select Help-->About Origin): Sr2 Operating System: Win 7 64bit
Hi,
im having problems running the "correl" labtalk function. I wrote a script which loops over multiple columns and calculates the correlation coefficient using the build in function "correl". I tested the script on the pro version of origin, which worked fine, but if i try to use it on a standard version of Origin it simply wont work. Is the function only for the pro version ? If so the documentation needs an update. Here is the result when i use the example script of the documentation: Example script: for(ii=1;ii<=30;ii++) col(1)[ii] = ii; col(2)=ln(col(1)); correl(col(A),col(B))=;
Result: correl(col(A),col(B))=-- Any help welcome.