附录6
恒速注射多次周期为6的程序 t=0:0.1:2;
c1=(1/15022*0.2347).*(1-exp(-0.2347.*t)) ; plot(t,c1) hold on t=2:0.1:6;
c2=(1/15022*0.2347)*(1-exp(-0.2347*2)).*exp(-0.2347.*(t-2)); plot(t,c2) hold on t=6:0.1:8;
c3=(1/15022*0.2347).*((1-exp(-0.2347*2))*exp(-0.2347*(6-2))+(1-exp(-0.2347.*(t-6)))); plot(t,c3) hold on t=8:0.1:12;
c4=(1/15022*0.2347).*((1-exp(-0.2347*2))*exp(-0.2347*(6-2))+(1-exp(-0.2347*2)).*exp(-0.2347.*(t-6-2))); plot(t,c4) hold on
t=12:0.1:14;
c5=(1/15022*0.2347).*(2*(1-exp(-0.2347*2))*exp(-0.2347*(6-2))+(1-exp(-0.2347.*(t-12)))); plot(t,c5) hold on
t=14:0.1:18;
c6=(1/15022*0.2347).*(2*(1-exp(-0.2347*2))*exp(-0.2347*(6-2))+(1-exp(-0.2347*2)).*exp(-0.2347.*(t-12-2))); plot(t,c6) hold on
t=18:0.1:20;
c7=(1/15022*0.2347).*(3*(1-exp(-0.2347*2))*exp(-0.2347*(6-2))+(1-exp(-0.2347.*(t-18)))); plot(t,c7) hold on
t=20:0.1:24;
c8=(1/15022*0.2347).*(3*(1-exp(-0.2347*2))*exp(-0.2347*(6-2))+(1-exp(-0.2347*2)).*exp(-0.2347.*(t-18-2))); plot(t,c8) hold on
t=24:0.1:26;
c9=(1/15022*0.2347).*(4*(1-exp(-0.2347*2))*exp(-0.2347*(6-2))+(1-exp(-0.2347.*(t-24))));
15
plot(t,c9) hold on
t=26:0.1:30;
c10=(1/15022*0.2347).*(4*(1-exp(-0.2347*2))*exp(-0.2347*(6-2))+(1-exp(-0.2347*2)).*exp(-0.2347.*(t-24-2))); plot(t,c10)
附录7
口服或肌肉注射多次周期为4的编程: t=0:0.1:4;
c1=(300000*1./(15022*(1-0.2347))).*(exp(-0.2347.*t)-exp(-1.*t)); plot(t,c1) hold on t=4:0.1:8;
c2=(300000*1./(15022*(1-0.2347))).*((exp(-0.2347*4)-exp(-1*4))+(exp(-0.2347.*(t-4))-exp(-1.*(t-4)))); plot(t,c2) hold on t=8:0.1:12;
c3=(300000*1./(15022*(1-0.2347))).*(2*(exp(-0.2347*4)-exp(-1*4))+(exp(-0.2347.*(t-8))-exp(-1.*(t-8)))); plot(t,c3) hold on
t=12:0.1:16;
c4=(300000*1./(15022*(1-0.2347))).*(3*(exp(-0.2347*4)-exp(-1*4))+(exp(-0.2347.*(t-12))-exp(-1.*(t-12)))); plot(t,c4) hold on
t=16:0.1:20;
c5=(300000*1./(15022*(1-0.2347))).*(4*(exp(-0.2347*4)-exp(-1*4))+(exp(-0.2347.*(t-16))-exp(-1.*(t-16)))); plot(t,c5) hold on
16