plotDist(x,Bins)
版本 1.0.0.0 (594 字节) 作者:
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 |