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
 Negative differentiation

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
Clairekun Posted - 07/14/2020 : 6:18:41 PM
Origin Ver. and Service Release (Select Help-->About Origin): 2018b
Operating System: Windows 10

Hello,

I would need to create a column with the formula -dy/dx, smoothed via adjacent-averaging method. Is there any way to achieve this that wouldn't require me to add 3 extra columns each time (one for dy/dx, a second one for changing previous column sign and a third one for smoothing)? My worksheets already contain multiple columns and I would like to avoid creating any unnecessary ones.

I am using differentiate function since derivative function is no longer recommended, but the options are very limited.

Thank you.
2   L A T E S T    R E P L I E S    (Newest First)
Clairekun Posted - 07/15/2020 : 11:22:40 AM
Working perfectly, thanks so much!

Silly me, I didn't know about dataset object, it makes everything so much easier...
YimingChen Posted - 07/15/2020 : 09:38:16 AM
Hi,

can you set script in Before Formula Scripts? I used LT function and Smooth X-function. see if it works.


Dataset dsC;
dsC = derivativexy(col(A), col(B));
smooth -r 2 method:=aav npts:=9 iy:= dsC oy:= dsC; 






James

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