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

    This MATLAB function creates a box plot of the data in x.

  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. box - Display axes outline - MATLAB - MathWorks

    This MATLAB function displays the box outline around the current axes by setting its Box property to "on".

  4. How to plot a box on an existing plot? - MATLAB Answers

    Jun 16, 2016 · I know it is possible to use the rectangle option but that requires you to specify [x y width height]. I want to plot a box with [xmin xmax ymin ymax] or similar as I don't know the …

  5. annotation - Create annotations - MATLAB - MathWorks

    This MATLAB function creates a line or arrow annotation extending between two points in the current figure.

  6. boxchart - Box chart (box plot) for analysis of variance (ANOVA)

    This MATLAB function creates a notched box plot of the response data for each factor value of the one-way anova object aov.

  7. Adding a scatter of points to a boxplot - MATLAB Answers

    Apr 29, 2018 · This is the best answer! very nice presentation. Tips: if you used group in box plot, do a 'unique' to get the right x axis.

  8. Box and whiskers plot (without statistics toolbox)

    Sep 16, 2015 · Download and share free MATLAB code, including functions, models, apps, support packages and toolboxes

  9. how to fill boxes in Boxplot with different colors - MATLAB …

    Apr 4, 2018 · The solution is a bit hacky and you will probably need to put in some legwork to adapt it to your application. All you need to do to make changes is explore the dot properties of …

  10. boxPlot3D Create three-dimensional boxplots - File Exchange

    Apr 1, 2022 · Create three-dimensional boxplots in Matlab, data can be arranged in columns and levels in a single 3D Matrix or a single column and two grouping parameters. See description …