compute_permeabilit​y

バージョン 1.1 (358 KB) 作成者: Badr Kaoui
This Matlab script estimates the permeability of the membrane of capsules with application for drug release and absorption.
ダウンロード: 69
更新 2025/7/21

ライセンスの表示

This Matlab script estimates the permeability of the membrane of capsules with application for drug release and absorption. The script solves the diffusion equation in 1D over a specified range of diffusion coefficients in the core and the membrane (vec_Dc and vec_Dm). It computes the RMSE error (root-mean-square error) between the computed numerical solution and the experimental data for each couple (Dc,Dm) and returns the optimal diffusion coefficients for the models of a capsule, and a homogeneous sphere.
Input required file:
- exp_data.dat: experimental data points.
Output files:
- kinetics_capsule.dat: release kinetics for the model of a capsule,
- kinetics_homogeneous.dat: release kinetics for the homogeneous sphere,
- rmse.dat: the RMSE estimated for each couple (Dc,Dm),
- optim_diffusivities.dat: optimal diffusivities (minimal RMSE) for the models of a capsule and a homogeneous sphere.
Authors: Clément Bielinski, Badr Kaoui (badr.kaoui@utc.fr),
Université de Technologie de Compiègne, CNRS, Compiègne, France
Date (DD/MM/YYYY): 04/02/2021
MATLAB リリースの互換性
作成: R2021a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux

Community Treasure Hunt

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

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

The following necessary files have been newly added: exp_data.dat (input file) and user_guide.pdf (user guide).

1.0.0