plotDist(x,Bins)
버전 1.0.0.0 (594 Bytes) 작성자:
Ruggero G. Bettinardi
Plot density distribution of the data in 'x'.
call:
plotDist(x,Bins)
Plot DENSITY DISTRIBUTION of the data in x.
INPUT
x : vector of values
Bins : Optional: bins to use to compute the density. if Bins is not given in the call, the function
will use the default binning, given by: Bins = linspace(min(x), max(x), round(sqrt(length(x))))
인용 양식
Ruggero G. Bettinardi (2024). plotDist(x,Bins) (https://www.mathworks.com/matlabcentral/fileexchange/62952-plotdist-x-bins), MATLAB Central File Exchange. 검색 날짜: .
MATLAB 릴리스 호환 정보
개발 환경:
R2009a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux카테고리
- AI and Statistics > Statistics and Machine Learning Toolbox > Probability Distributions > Exploration and Visualization >
Help Center 및 MATLAB Answers에서 Exploration and Visualization에 대해 자세히 알아보기
태그
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!버전 | 게시됨 | 릴리스 정보 | |
---|---|---|---|
1.0.0.0 |