Rosin-Rammler Diagram plot function

버전 1.0.0.0 (2.13 KB) 작성자: Ivan Brezani
Function which plots Rosin-Rammler Diagram of size distribution specified and calculates parameters.
다운로드 수: 903
업데이트 2011/12/21

라이선스 보기

Function accepts size distribution in the form of two vectors: mesh size (d) and cumulative percent material retained R(d).

Example:
d = [0.08 0.50 1.25 2 4 6.3 8 12.5 16 40]
Rd = [95.61 87.71 82.45 79.78 73.28 66.98 63.21 55.4 49.91 23.95]

[k, n] = RRD(d, Rd)

Result of the function is a figure (diagram) as can be seen on screenshot and estimated parameters k and n.

Non-linear fitting routine is used to estimate the parameters.

인용 양식

Ivan Brezani (2026). Rosin-Rammler Diagram plot function (https://kr.mathworks.com/matlabcentral/fileexchange/34284-rosin-rammler-diagram-plot-function), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2011a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Interpolation에 대해 자세히 알아보기
도움

도움 받은 파일: Rosin-Rammler Diagram plotting tool

도움 준 파일: rosRamFit

버전 게시됨 릴리스 정보
1.0.0.0