Re: Histogram Functions
- From: "NZTideMan" <mulgor@xxxxxxxxx>
- Date: 24 Aug 2005 04:01:42 -0700
I don't understand why your being new to Matlab should make hist
difficult.
I haven't looked at the details of hist, but I assume it does something
like this:
1. Sort the data into ascending order
2. Count the number of data that fall into each bin (either defined by
the user or assumed to be equispaced from min to max.)
You could code this up yourself.
All hist is is a shortcut for you, to save you the time coding it.
If you don't understand how to use it, you should make your own hist to
do exactly what you want to achieve.
That's what you as a novice needs to learn, i.e., there's nothing magic
about commands like hist or mean or kurtosis. They're just a shortcut.
You could code them yourself.
.
- Follow-Ups:
- Re: Histogram Functions
- From: Michael
- Re: Histogram Functions
- From: mees
- Re: Histogram Functions
- References:
- Histogram Functions
- From: Michael Ibrahim
- Histogram Functions
- Prev by Date: Draw a graph with coordinates
- Next by Date: Re: Read FORTRAN binary file
- Previous by thread: Histogram Functions
- Next by thread: Re: Histogram Functions
- Index(es):
Relevant Pages
|