Rosin-Rammler Diagram plot function

Function which plots Rosin-Rammler Diagram of size distribution specified and calculates parameters.

現在この提出コンテンツをフォロー中です。

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://jp.mathworks.com/matlabcentral/fileexchange/34284-rosin-rammler-diagram-plot-function), MATLAB Central File Exchange. に取得済み.

謝辞

ヒントを得たファイル: Rosin-Rammler Diagram plotting tool

ヒントを与えたファイル: rosRamFit

カテゴリ

Help Center および MATLAB AnswersInterpolation についてさらに検索

一般的な情報

MATLAB リリースの互換性

  • すべてのリリースと互換性あり

プラットフォームの互換性

  • Windows
  • macOS
  • Linux
バージョン 公開済み リリース ノート Action
1.0.0.0