MathWorks
mathworks.com › matlab › graphics › 2-d and 3-d plots › data distribution plots
boxchart - Box chart (box plot) - MATLAB
This MATLAB function creates a box chart, or box plot, for each column of the matrix ydata.
MathWorks
mathworks.com › statistics and machine learning toolbox › probability distributions and hypothesis tests › exploration and visualization
boxplot - Visualize summary statistics with box plot - MATLAB
This MATLAB function creates a box plot of the data in x.
MathWorks
mathworks.com › matlabcentral › fileexchange › 42470-box-and-whiskers-plot-without-statistics-toolbox
Box and whiskers plot (without statistics toolbox) - File Exchange - MATLAB Central
Creates nice boxplots from data. You don't need a toolbox. Simple yet fully featured. Jonathan C. Lansey ... Requires R2026b and later. Learn more · Share 'Box and whiskers plot (without statistics toolbox)' ... Requires R2026b and later. Learn more · Share 'Box and whiskers plot (without statistics toolbox)' ... Jonathan C. Lansey (2026). Box and whiskers plot (without statistics toolbox) (https://www.mathworks.com/matlabcentral...
MathWorks
mathworks.com › matlabcentral › answers › 2010302-side-by-side-boxplots
Side by side boxplots - MATLAB Answers - MATLAB Central
August 18, 2023 - Hi Guys, I've got a .mat file which has two data sets that load in as 35x1 doubles. I would like to create a graph that has the box plots of each data set next to each other. I've had a look a...
MathWorks
mathworks.com › matlabcentral › answers › 487258-boxplot-for-multiple-categorical-data-sets
Boxplot for multiple categorical data sets - MATLAB Answers - MATLAB Central
October 24, 2019 - Notice the X-axis labels can still be used to correctly identify each boxplot. Sign in to comment. ... https://www.mathworks.com/matlabcentral/answers/487258-boxplot-for-multiple-categorical-data-sets#answer_398117
YouTube
youtube.com › watch
MATLAB Box Plot Tutorial - Beginner-Friendly Guide - YouTube
Looking to visualize your data effectively using MATLAB? Need help with Data Analysis, Machine Learning, Deep Learning, Numerical Methods, or AI agents? I pr...
Published: April 19, 2025
YouTube
youtube.com › jackson fox
Creating a Boxplot with MATLAB - YouTube
This video shows how to create a Boxplot using MATLAB.
Published: September 7, 2023
Views: 4K
MathWorks
mathworks.com › matlabcentral › answers › 877683-how-to-plot-box-plots-of-data-of-different-sizes-on-the-same-figure
How to plot box plots of data of different sizes on the same figure? - MATLAB Answers - MATLAB Central
July 13, 2021 - https://www.mathworks.com/matlabcentral/answers/877683-how-to-plot-box-plots-of-data-of-different-sizes-on-the-same-figure#comment_1636823 ... ax.YLim = [YLimCoeff*min([x1(:); x2(:)]), YLimCoeff*max([x1(:); x2(:)])]; % so, even if x1 and x2 come from different sources, by now, both are available · % modify XTick: current axis only has the tick value for the second boxplot
MathWorks
mathworks.com › statistics and machine learning toolbox › descriptive statistics and visualization › statistical visualization
Compare Grouped Data Using Box Plots - MATLAB & Simulink
Instead of using the boxplot function, you can use the boxchart MATLAB® function to create box plots.
MathWorks
fr.mathworks.com › matlabcentral › answers › 10147-boxplot-data
Boxplot Data - MATLAB Answers - MATLAB Central
June 23, 2011 - For interquartile outlier output, use the 'quartiles' method for isoutlier. To get the same results between boxplot and isoutlier, make sure the whisker value in boxplot is the same value as the threshold factor in isoutlier. ... In that case, you might try using Matlab's quantile function and create a condition for your threshold.
Matplotlib
matplotlib.org › stable › api › markers_api.html
matplotlib.markers — Matplotlib 3.11.2 documentation
Functions to handle markers; used by the marker functionality of plot, scatter, and errorbar · All possible markers are defined here:
MathWorks
mathworks.com › matlabcentral › answers › 587249-how-do-i-make-a-boxplot-with-a-few-groups
How do I make a boxplot with a few groups? - MATLAB Answers - MATLAB Central
September 1, 2020 - Use a grouping variable along with the "Group Appearance" options described in Matlab's boxplot() documentation.