Violin Plot with mean, median and interquartile range

Version 1.0.0 (2,46 ko) par Alessandro
get violin plots from your data
33 téléchargements
Mise à jour 8 nov. 2024

Afficher la licence

% This function generates a violin plot for each dataset provided as input.
% Violin plots are estimated from histcounts MATLAB function.
% The thick line in the box represents the mean, while the thin line represents the median.
%
% Inputs:
% - Data vectors (each data vector should be followed by its name)
% - numbins: number of bins for the histogram
% - data label: a string for the ylabel of the plot
%
% Example usage:
% plotViolin(V1, 'nameV1', V2, 'nameV2', ..., 150, 'delay')
% Where V1, V2, ... are vectors of data, 'nameV1', 'nameV2', ... are their names,
% 150 is the number of bins, and 'delay' is the data label for the plot

Citation pour cette source

Alessandro (2025). Violin Plot with mean, median and interquartile range (https://www.mathworks.com/matlabcentral/fileexchange/175220-violin-plot-with-mean-median-and-interquartile-range), MATLAB Central File Exchange. Extrait(e) le .

Compatibilité avec les versions de MATLAB
Créé avec R2024b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Tags Ajouter des tags

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.0.0