Act.m

From 2006.igem.org

Revision as of 12:04, 9 September 2005 by Tamara (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
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