% Once daily oral exposure 
% Female adult

% the initial dose is higher than the others--not sure why

prepare @clear @all

human_parameters      % Loads in default human parameters
TSTOP=600; 					 % Exposure duration in hrs 
SEX =1;							 % Female
BWSW=1;   						% Set = 1 if bwt provided
BWST=69; 					   % Body Weight in kg
ORALMAL=0.0;          % dose in ug/kg
FA=1.0; 


MAXT=0.01;       %maximum time step
MINT=1.0e-3;      %minimum time step

DT = xlsRead("multiple_test_2.xls", "adult", "A1:A26"); % Dosing Times
DORAL=xlsRead("multiple_test_2.xls", "adult", "B1:B26"); % Dose in ug/kg



prepare @clear @all
start@nocallback

plot(_time,_rbcce,"-",'percent_RBC_AChE_inhib_subchronic.aps')
