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
Username:
Password:
Save Password
Forgot your Password? | Admin Options

 All Forums
 Origin Forum
 Origin Forum
 Using freqcounts X function command
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

jalvarezruiz

Spain
Posts

Posted - 12/01/2008 :  2:12:49 PM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
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

easwar

USA
1964 Posts

Posted - 12/01/2008 :  2:41:28 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
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;
Go to Top of Page
  Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000