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
 Using freqcounts X function command

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
jalvarezruiz Posted - 12/01/2008 : 2:12:49 PM
Origin Ver. and SR (Select Help-->About Origin): 8
Operating System: Windows XP

Hi!
Has anybody experience using the "freqcounts" function in the command line?
I am trying to set "stepby" and "inc" parameters to select the type and size of the binning but I do not manage. The help manual does not much. ;-)
I would appreciate any help on this since I have a huge amount of files to analyze this way and I would like to run a script.
Thanks
1   L A T E S T    R E P L I E S    (Newest First)
easwar Posted - 12/01/2008 : 2:41:28 PM
Hi,

I tried the following in 8SR4 and it worked fine.
If you are having specific problems with a particular dataset, please send more details to tech.

Easwar
OriginLab


newbook;
range r=2;
r=normal(1000);
// bin from -5 to 5 with bin size of 0.1
freqcounts irng:=r min:=-5 max:=5 inc:=0.1;


newbook;
range r=2;
r=normal(1000);
// bin from -5 to 5 with 50 total number of bins
freqcounts irng:=r min:=-5 max:=5 stepby:=1 intervals:=50;

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