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
 reducexy binning

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
Marculius Posted - 02/23/2026 : 1:07:37 PM
I have Origin 2019b (64-bit)
9.6.5.169 (Academic).

Why does my reducexy x-function not have the divide variable
as mentioned in:
https://www.originlab.com/doc/X-Function/ref/reducexy
3   L A T E S T    R E P L I E S    (Newest First)
snowli Posted - 02/24/2026 : 09:05:55 AM
Thanks for the input.

I will check with our doc team.


Thanks, Snow
Marculius Posted - 02/24/2026 : 05:49:08 AM
It would be nice if the help indicated that it was added in Origin 2023b.

I did find a workaround if anyone needs it.

I inserted an extra data point (row) at the top of the data, such that the X value is one binsize before the desired bin starting point, then deleted the extra point at the top

For example if the desired bin start is at 0 and bin size is 2;
insert a row at the top with insertRow(1,1,1,2);
add a point at the begging with col(1)[1]=-2; col(2)[1]=0;
use reducexy;
then deleteRow(1,1,1,2)
snowli Posted - 02/23/2026 : 1:40:09 PM
Hello,

Our doc only shows the latest help.

The divide variable (shown as "Divide xy by") in the dialog was added in Origin 2023b.

Please consider upgrading.


Thanks, Snow

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