Extraction Yield

Function for calculating the extracted drug fraction in liquid-liquid extraction
62 descargas
Actualizado 16 may 2016

Ver licencia

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

Citar como

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

Compatibilidad con la versión de MATLAB
Se creó con R2014b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Biotech and Pharmaceutical en Help Center y MATLAB Answers.

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
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