function[Q]=IDCPH(T0,T,dA,dB,dC,dD) t=T/T0; Q=(dA+((dB/2)*T0*(t+1))+((dC/3)*T0*T0*((t^2)+t+1))+(dD/(t*T0*T0)))*(T-T0) funcprot(0); endfunction