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
 derivative of 100 values

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
taliro Posted - 06/03/2016 : 07:26:13 AM
hi everyone
I have a graph that i made and includes a lot of values, and therefor looks like a totlal mess. i want the origin to find the derivative of every 100th value(100,200..) and use only them to build the graph
does anyone know how to do it?
thanks alot!

taliro
1   L A T E S T    R E P L I E S    (Newest First)
Chris D Posted - 06/03/2016 : 1:27:07 PM
Hi,

One option is as followings:
1) Add a new column.
2) In the new column, create a Set Column Values formula, the F(x) row, as:

mod(i,100)==0?derivative(col(B),1):0/0

Where B is the short name of your Y data column you want to take the derivative of and the 1 is the order of the derivative.

That will assign the derivative of column B for every 100th row to the new column.

Then plot that new column.

If you are using a Line or Line + Symbol plot, you will have to open the Plot Details dialog. At the page level in the dialog, select the Display tab and check "Connect lines across Missing Data".

See if that works for you.

Thanks,
Chris Drozdowski
Originlab Technical Support

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