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 for Programming
 Forum for Origin C
 minimum and it's row no.

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
ritesh_phy Posted - 04/02/2006 : 04:22:21 AM
Origin Version (Select Help-->About Origin):
Operating System:

Hi everyone,

anyone, please help me.
I was trying to find the minimum value and it's row number in a data set.
I can find the minimum value. But I don't know how to find the row no.
I am using Origin C

Thanks
Ritesh
2   L A T E S T    R E P L I E S    (Newest First)
ritesh_phy Posted - 04/02/2006 : 11:39:12 AM
Mike,
Thanks a lot.
Ritesh
Mike Buess Posted - 04/02/2006 : 08:11:19 AM
Use Data_sum (Origin C Language Reference > Global Functions > Statistics).

Dataset dd;
BasicStats bsStat;
Data_sum(&dd, &bsStat);
out_double("min=",bsStat.min); // minimum value
out_int("imin=",bsStat.iMin); // its row no.

Mike Buess
Origin WebRing Member

Edited by - Mike Buess on 04/02/2006 09:01:25 AM

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