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 LinuxCategories
Find more on Histograms in Help Center and MATLAB Answers
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
1.0.0.0 | Update following suggestions in comments. |