histogram_display_test
histogram_display_test,
a MATLAB code which
calls histogram_display(), which
reads a data file of histogram data and displays it.
Licensing:
The information on this web page is distributed under the MIT license.
Related Programs:
histogram_display,
a MATLAB code which
makes a bar plot of a set of data stored
as columns in a file; the first column is the X values, and
all the other columns are Y values to be shown as a stack of bars;
Source Code:
-
histo1.txt,
a table of 6 columns and 10 rows of histogrammed data.
-
histo1.png,
a PNG image of
the plot.
-
histo2.txt,
a table of 6 columns and 10 rows of histogrammed data.
-
histo2.png,
a PNG image of
the plot.
-
histo3.txt,
a table of 6 columns and 10 rows of histogrammed data.
-
histo3.png,
a PNG image of
the plot.
Last revised on 30 January 2019.