Violin Plot with mean, median and interquartile range

버전 1.0.0 (2.46 KB) 작성자: Alessandro
get violin plots from your data
다운로드 수: 37
업데이트 날짜: 2024/11/8

라이선스 보기

% 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

인용 양식

Alessandro (2025). Violin Plot with mean, median and interquartile range (https://kr.mathworks.com/matlabcentral/fileexchange/175220-violin-plot-with-mean-median-and-interquartile-range), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2024b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
태그 태그 추가

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0