About 1,750,000 results
Open links in new tab
  1. boxplot - Visualize summary statistics with box plot - MATLAB

    boxplot(x) creates a box plot of the data in x. If x is a vector, boxplot plots one box. If x is a matrix, boxplot plots one box for each column of x. On each box, the central mark indicates the …

  2. boxchart - Box chart (box plot) - MATLAB - MathWorks

    This MATLAB function creates a box chart, or box plot, for each column of the matrix ydata.

  3. Compare Grouped Data Using Box Plots - MATLAB & Simulink

    Additionally, the setosa data contains one outlier value, while the versicolor data does not contain any outliers. Instead of using the boxplot function, you can use the boxchart MATLAB® …

  4. BoxChart - Control box chart appearance and behavior - MATLAB

    BoxChart properties control the appearance and behavior of a BoxChart object. By changing property values, you can modify certain aspects of the object.

  5. Box and whiskers plot (without statistics toolbox)

    Sep 16, 2015 · You don't need a toolbox. bplot (D) will create a boxplot of data D, no fuss. T = bplot (D) If X is a matrix, there is one box per column; if X is a vector, there is just one box. On …

  6. boxplotGroup - File Exchange - MATLAB Central - MathWorks

    Apr 27, 2021 · The lines above will create two groups of three boxplot boxes per group, with space separating the groups. You can control the amount of space between groups and you …

  7. daboxplot - File Exchange - MATLAB Central - MathWorks

    Jan 31, 2024 · Boxplots for multiple conditions and groups (part of a larger toolbox for 2-level factorial data)

  8. Create a grouped boxplot - MATLAB Answers - MATLAB Central

    Nov 14, 2025 · Create a grouped boxplot. Learn more about boxplotIn the examples below, we'll be "chopping up" the data in dataAsVector, so it might help to have a visual of what it contains. …

  9. plotting multiple boxplots in the same figure window - MATLAB …

    Nov 13, 2025 · I have 10 vectors of temperature data, all different lengths, that I want to make boxplots of and plot them all in the same figure window. How do I do this?

  10. boxplot - Visualizar estadísticas descriptivas con una gráfica de …

    Sugerencias boxplot crea una representación visual de los datos, pero no devuelve valores numéricos. Para calcular las estadísticas descriptivas relevantes de los datos de muestra, …