Act.m

From 2006.igem.org

(Difference between revisions)
Jump to: navigation, search

Latest revision as of 12:04, 9 September 2005

function pFactor = act(a,K,n);

    % activation
    pFactor = K.*a.^n./(1+K.*a.^n);
      
    % pFactor = (a./K).^n./(1+(a./K).^n);  % alternative equation
Personal tools
Past/present/future years