MATLAB : frequency distribution

Posted by Arkapravo on Stack Overflow See other posts from Stack Overflow or by Arkapravo
Published on 2010-04-08T05:22:00Z Indexed on 2010/04/08 5:33 UTC
Read the original article Hit count: 231

I have raw observations of 500 numeric values (ranging from 1 to 25000) in a text file, I wish to make a frequency distribution in MATLAB. I did try the histogram (hist), however I would prefer a frequency distribution curve than blocks and bars.

Any help is appreciated !

© Stack Overflow or respective owner

Related posts about matlab

Related posts about frequency-distribution