PDFPLOT

버전 1.0.0.0 (767 Bytes) 작성자: Alex Bar-Guy
PDFPLOT displays a histogram of the empirical probability density function (PDF) of the input data.
다운로드 수: 12.1K
업데이트 날짜: 2005/9/29

라이선스 없음

PDFPLOT displays a histogram of the empirical probability density function (PDF) for the data in the input array X using nbins number of bins.
If input X is a matrix, then pdfplot(X) parses it to the vector and displays PDF of all values.
For complex input X, pdfplot(X) displays PDF of abs(X).

Example:
y = randn( 1, 1e5 );
pdfplot( y );
pdfplot( y, 100 );

인용 양식

Alex Bar-Guy (2026). PDFPLOT (https://kr.mathworks.com/matlabcentral/fileexchange/8578-pdfplot), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R13SP1
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Histograms에 대해 자세히 알아보기
버전 게시됨 릴리스 정보
1.0.0.0