home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-05-10 | 366 b | 16 lines | [TEXT/RLAB] |
- plhist:
-
- Synopsis: Plot a histogram.
-
- Syntax: plhist ( DATA , NBIN )
-
- Description:
-
- Plot a histogram of the data in DATA. DATA can be a N-column
- matrix. The columns of DATA are plotted in histogram fashion.
- An optional second argument, NBIN specifies the number of bins
- to separate the data into. If NBIN is not specified the
- default is 10.
-
- See Also: plhistx
-