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
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.