%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % FORMULATION of PSA dynamics after EBRT % assuming the total dose is delivered at a certain date tD % % "Mechanistic modelling of PSA dynamics shows potential for % personalised prediction of radiation therapy outcome" % JRS Interface 2019 % By Guillermo Lorenzo, V?ctor M. P?rez-Garc?a, Alfonso Mari?o, % Luis A. P?rez Romasanta, Alessandro Reali, and Hector Gomez %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% function y = PCART_oneDOSE(x,tD,P0,R,tau_s,tau_d) y=zeros(size(x)); for i=1:length(x) if (x(i)