About 1,400,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. 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.

  5. histcounts - Histogram bin counts - MATLAB - MathWorks

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

  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. Data Distribution Plots - MATLAB & Simulink - MathWorks

    Data Distribution Plots Histograms, pie charts, word clouds, and more Visualize the distribution of data using plots such as histograms, pie charts, or word clouds. For example, use a histogram to group …

  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. 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.

  10. Control Categorical Histogram Display - MATLAB & Simulink

    Control Categorical Histogram Display This example shows how to use histogram to effectively view categorical data. You can use the name-value pairs 'NumDisplayBins', 'DisplayOrder', and …