Estimating parameters for van-Genuchten soil water retention curve model

Matlab inbuilt 'nlinfit' is used to estimate van-Genuchten fitting parameters.
ダウンロード: 252
更新 2018/4/25

ライセンスの表示

Water retaining property of soil is characterized usually by van-Genuchten model in soil physics.
https://en.wikipedia.org/wiki/Water_retention_curve

In this function, I use 'nlinfit' to estimate alpha and n of this model, given some synthetic data (water potential and water content along with residual and saturated water content) . The code is generously commented for easy understanding. First a known soil parameter model is plotted and then synthetic experimental data is generated by erroring and downsampling the model and then we estimate the alpha and n.

引用

Sathyanarayan Rao (2024). Estimating parameters for van-Genuchten soil water retention curve model (https://www.mathworks.com/matlabcentral/fileexchange/67075-estimating-parameters-for-van-genuchten-soil-water-retention-curve-model), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2017a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersAgriculture についてさらに検索

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0

description updated
description updated