Estimating parameters for van-Genuchten soil water retention curve model

Matlab inbuilt 'nlinfit' is used to estimate van-Genuchten fitting parameters.
252.0 次下载
更新时间 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 CenterMATLAB Answers 中查找有关 Agriculture 的更多信息

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