histoutline

Plot a histogram outline
1.9K Downloads
Updated 19 Apr 2007

View License

Plots the outline of a histogram, instead of the usual bar format.

h = histoutline(xx, num, varargin) Plot a histogram outline.

Example:
data = randn(100,1);
histoutline(data, 50);

Cite As

Matthew Foster (2024). histoutline (https://www.mathworks.com/matlabcentral/fileexchange/14702-histoutline), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2006b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Histograms in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0

Update following suggestions in comments.