About 667,000 results
Open links in new tab
  1. Histogram - Histogram plot - MATLAB - MathWorks

    Histogram plots created using histogram have a context menu in plot edit mode that enables interactive manipulations in the figure window. For example, you can use the context menu to interactively …

  2. hist - (Not recommended) Histogram plot - MATLAB - MathWorks

    This MATLAB function creates a histogram bar chart of the elements in vector x.

  3. Histogram - Histogram appearance and behavior - MATLAB - MathWorks

    Histogram properties control the appearance and behavior of the histogram.

  4. histcounts - Histogram bin counts - MATLAB - MathWorks

    This MATLAB function partitions the X values into bins and returns the bin counts and the bin edges.

  5. Histogram2 - Bivariate histogram plot - MATLAB - MathWorks

    Bivariate histograms are a type of bar plot for numeric data that group the data into 2-D bins.

  6. histfit - Histogram with a distribution fit - MATLAB - MathWorks

    This MATLAB function plots a histogram of values in data using the number of bins equal to the square root of the number of elements in data and fits a normal density function.

  7. imhist - Histogram of image data - MATLAB - MathWorks

    imhist(___) displays a plot of the histogram. If the input image is an indexed image, then the histogram shows the distribution of pixel values above a color bar of the colormap cmap.

  8. hist3 - (Not recommended) Bivariate histogram plot - MATLAB

    This MATLAB function creates a bivariate histogram plot of X(:,1) and X(:,2) using 10-by-10 equally spaced bins.

  9. Data Distribution Plots - MATLAB & Simulink - MathWorks

    Histograms, pie charts, word clouds, and moreVisualize the distribution of data using plots such as histograms, pie charts, or word clouds. For example, use a histogram to group data into bins and …

  10. Plot Categorical Data - MATLAB & Simulink - MathWorks

    Plot Histogram Create a histogram bar plot directly from SelfAssessedHealthStatus. This categorical array is an ordinal categorical array. The categories have the ordering Poor < Fair < Good < …