Bar Graph with Vertical Bars
Create a bar graph using the variables selected in the Workspace browser
Vectors create one bar per element; m-by-n matrices create m groups of n bars.
Plotted Variables
Y) as described for one argument. Use first variable (x) to determine x-axis tick labels as follows:
If Y is a vector, x must be the same size. If Y is a matrix, the length of x must be equal to the number of rows in Y.
More Information
The figure colormap determines the coloring of the bars.
See the bar reference page for more information.