Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
Mekis90
Posted - 12/04/2013 : 09:40:32 AM Origin Ver. and Service Release (Select Help-->About Origin): Operating System:
Hi,
I have a table with some columns and some rows. In the last column is the number of the Cluster Membership (for example 1, 2 or 3). Now I want to separate this Clusters in a new worksheet. That means that all rows with the Clusternumber 1 are one below the other. Between the different Clusters should be 2 free rows. I also want the average value of every column in the upper row.
I tried it with: range kCC= [kleine]Cluster_Membership1!col(10); if (kCC= 1) copy -b row(i) Cluster_Membership1 Sheet1! -b 1 ;
but it doesnt´t work.
I hope somebody can help me because I´m a beginner in LabTalk
Posted - 12/05/2013 : 11:10:39 AM It isn't clear what you are trying to do and I do not understand what "average value of every column in the upper row" means.
Have you tried unstacking this data? range raD = (1:9); range raCL = 10; wunstackcol -r 2 irng1:=raD irng2:=raCL;