T O P I C R E V I E W |
19102208 |
Posted - 06/23/2005 : 08:32:29 AM I want to change column values, is there an easy way doing it with Origin?
e.g.
2 2 5 5 6
All 2s should get 20 and all 5s changed to 50.
Thanks for help. |
1 L A T E S T R E P L I E S (Newest First) |
Hideo Fujii |
Posted - 06/23/2005 : 09:38:27 AM When your dataset is in the, say, column A, you can try: 1) Highlight the column, and select Column:Set Column Values menu. 2) Enter the following formula with the conditional operators like: col(A)[i]==2?20:(col(A)[i]==5?50:col(A)[i])
There should be many ways to achieve that.
OriginLab Hideo Fujii
Edited by - Hideo Fujii on 06/23/2005 09:40:01 AM |
|
|