About 58,300 results
Open links in new tab
  1. bar - Bar graph - MATLAB - MathWorks

    This MATLAB function creates a bar graph with one bar for each element in y.

  2. barh - Horizontal bar graph - MATLAB - MathWorks

    This MATLAB function creates a horizontal bar graph with one bar for each element in y.

  3. Types of Bar Graphs - MATLAB & Simulink - MathWorks

    Types of Bar Graphs Bar graphs are useful for viewing results over a period of time, comparing results from different data sets, and showing how individual elements contribute to an …

  4. bar3 - 3-D bar graph - MATLAB - MathWorks

    This MATLAB function creates a 3-D bar graph for the elements of z.

  5. Bar Chart with Error Bars - MATLAB & Simulink - MathWorks

    Create a bar chart with error bars using both the bar and errorbar functions.

  6. Overlay Bar Graphs - MATLAB & Simulink - MathWorks

    Overlay Bar Graphs This example shows how to overlay two bar graphs and specify the bar colors and widths. Then, it shows how to add a legend, display the grid lines, and specify the …

  7. Bar - Bar chart appearance and behavior - MATLAB - MathWorks

    Bar properties control the appearance and behavior of a Bar object. By changing property values, you can modify certain aspects of the bar chart. Use dot notation to query and set properties.

  8. Bar plot with a hatched fill pattern - MATLAB Answers - MathWorks

    Mar 13, 2022 · I have a grouped bar plot, bb: bb = bar(ax, x, y) where 'ax' is the axis handle, x is a 1x7 datetime vector and y is a 5x7 double vector. For each of the seven dates, I get five bars …

  9. Grouped bar graph with individual datapoints - MATLAB Answers

    Jul 30, 2021 · I am trying to plot a grouped bar graph with error bars and individual datapoints. I was able to do the bargraph with errorbars. How can I add individual data points ...

  10. Legend in bar plot - MATLAB Answers - MATLAB Central

    Oct 19, 2022 · Hello, I wanna create a legend for a bar plot but I always get a warning message and it only shows one entitie of the legend. Here is a minimal code example …