The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
 All Forums
 Origin Forum
 Origin Forum
 To delete alternate rows

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Anti-Spam Code:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkUpload FileInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
mikewinifred Posted - 04/01/2010 : 03:57:19 AM
Hi all,
Is there a way in origin to delete alternate rows?. Actually i have 2 sets of data. One of the data's X axis increment is 0.02 and the others is 0.04. number of points in one data is double the other but i have to plot two on the same graph. So i want to delete alternate data points. How to delete or is there a way arround to tackle this? . Thx in advance.
1   L A T E S T    R E P L I E S    (Newest First)
greg Posted - 04/01/2010 : 12:10:22 PM
First, there is nothing to prevent you from plotting both sets of data in the same graph. Origin will show two points for each .04 interval an one for each .02 interval.

You can use the Extract Worksheet Data tool found on the Worksheet menu to get only the 0.04 intervals. Assuming A and C are my aliases in that dialog, this works:
mod(nint(100*A),4)==0 AND mod(nint(100*C),4)==0
This keeps the original data intact.


The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000