Ion migration time

Calculator for the ion migration time in capillary electrophoresis
49 Downloads
Updated 12 Feb 2016

View License

File name : 'cap.m'. This file can be used
for calculating the migration time of a certain ion
in capillary electrophoresis
Four input values : 'Ld','Lt','mu_e','V' and 't_eof'
One ouput value : 't_m'

Ld = length capillary till detector (m)
Lt = total length of capillary (m)
mu_e = effective ion mobility (m^2*V^-1*s^-1)
V = electric potential (V)
t_eof = migration time of the electroosmotic flow (s)
t_m = migration time of the ion

Input syntax : cap(Ld,Lt,mu_e,V,t_eof)

NOTE 1: The effective ion mobility is equal to
the apparent ion mobility subtracted from the ion
mobility of the electroosmotic flow
(mu_e = mu_a - mu_eof)

NOTE 2: For positive ions mu_e > 0
For negative ions mu_e < 0
For neutrals mu_e = 0

Developed by Joris Meurs BASc (2016)

Cite As

Joris Meurs (2024). Ion migration time (https://www.mathworks.com/matlabcentral/fileexchange/55357-ion-migration-time), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2014b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Chemistry in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0