Rosin-Rammler Diagram plot function

Function which plots Rosin-Rammler Diagram of size distribution specified and calculates parameters.
889 descargas
Actualizado 21 dic 2011

Ver licencia

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.

Citar como

Ivan Brezani (2024). Rosin-Rammler Diagram plot function (https://www.mathworks.com/matlabcentral/fileexchange/34284-rosin-rammler-diagram-plot-function), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2011a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Interpolation en Help Center y MATLAB Answers.
Agradecimientos

Inspirado por: Rosin-Rammler Diagram plotting tool

Inspiración para: rosRamFit

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0