BoxPlotPro

This app provides an interface to customize boxplots and perform statistical analysis among data.
1K descargas
Actualizado 25 mar 2022

Ver licencia

Nota del editor: This file was selected as MATLAB Central Pick of the Week

Main features:
Reads data from tables stored in .mat files
Reads data from tables stored in .xlsx files (one table per sheet)
Data loaded is shown within the app in a table
Boxplots are organized by conditions and coloured by groups. User can pick them in the desired order.
User is able to dinamically select groups and conditions from table columns
High customization (e.g. scatter, jitter, transparency, outliers, mean, group linking lines)
Easily pickable colours and color maps
Plot can be opened as a separate figure for further customization
Anova/Kruskalwallis and post-hoc test performed between groups and/or conditions
Statistical results shown in a table with significant values highlighted
Significance symbols (asteriscs/bullets) can be automatically added to the plot at customizable y positions
Allows checking data normality (visually + Shapiro-Wilk test)

Citar como

Carlos Borau (2024). BoxPlotPro (https://www.mathworks.com/matlabcentral/fileexchange/88733-boxplotpro), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2020a
Compatible con cualquier versión desde R2020a
Compatibilidad con las plataformas
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versión Publicado Notas de la versión
1.4.0

Added "auto-refresh" toggle button next to PLOT button. Now all plot options trigger the plot function when changed.
Layout and minor bugs fixing.

1.3.0

Fixed some scroll bugs with newer versions of Matlab.
Order of category picking now determines the order in the plot (before it was done alphabetically)

1.1.0

added the option to choose between parametric (anova) and non-parametric (kruskalwallis) tests.
added a button to check data normality

1.0.3

now, outliers w paramenter has no superior limit to allow including all points inside the whiskers

1.0.2

Added outliers w parameter. Points are outliers if they are greater than q3 + w × (q3 – q1) or less than q1 – w × (q3 – q1)

1.0.1

New screenshot

1.0.0