1. 76.
    0
    time=[0 1 3 5 7 9]; % the clock
    efficient=[20 15 2 40 31 60]; %making sex length in minutes
    p=polyfit(time,log(efficient),1);
    disp('regression constant are')
    L=p(1)
    A=exp(p(2))
    half_time=log(0.5/A)/L
    disp('ccc inci giber ccc')
    r=A*exp(L*24)
    ···
   tümünü göster