Binned Scatter Plot
버전 1.1.0.0 (3.71 KB) 작성자:
Stefan Schroedl
plot quantiles of y given quantiles of x.
With the default settings, BINNED_PLOT(X,Y) splits vector X into bins of approximately equal size, and plots each median against the median of the corresponding Y-values, as well as their inter-quartile range. X and Y must have the same number of rows or columns.
This is useful to visualize two-dimensional distributions.
Options include e.g.: plotting different quantiles; means/variances instead of quantiles; varying the number of bins; and density-dependent coloring.
Example:
x=0:0.1:20;
y=[sin(x); cos(x)] +randn(2,201);
binned_plot(x,y)
인용 양식
Stefan Schroedl (2026). Binned Scatter Plot (https://kr.mathworks.com/matlabcentral/fileexchange/19506-binned-scatter-plot), MATLAB Central File Exchange. 검색 날짜: .
MATLAB 릴리스 호환 정보
개발 환경:
R2007a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux카테고리
Help Center 및 MATLAB Answers에서 Scatter Plots에 대해 자세히 알아보기
