Extraction Yield

版本 2.0.0.0 (1.1 KB) 作者: Joris Meurs
Function for calculating the extracted drug fraction in liquid-liquid extraction
62.0 次下载
更新时间 2016/5/16

查看许可证

File name: 'extractionyield.m'. Function for calculating
the extracted drug fraction in liquid-liquid extraction.
Four input arguments: 'n', 'V_a', 'V_b' and 'K'
One output argument: 'B'
n: Number of performed extractions
V_a: Volume of solvent A
V_b: Volume of solvent B
K: Distribution coefficient
B: Extracted fraction in solvent B

Input syntax: B = extractionyield(n,V_a,V_b,K)

Developed by Joris Meurs BASc

引用格式

Joris Meurs (2024). Extraction Yield (https://www.mathworks.com/matlabcentral/fileexchange/57151-extraction-yield), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2014b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Biotech and Pharmaceutical 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
2.0.0.0

*Plot function add in which the total extracted fraction is plotted against the number of performed extraction

1.0.0.0