Team:Paris/Modeling/f7prog

From 2008.igem.org

(Difference between revisions)
Hugo (Talk | contribs)
(New page: <html> <style type="text/css"> pre {font-size: 1.2em} span.keyword {color: #0000FF} span.comment {color: #228B22} span.string {color: #A020F0} span.untermstring {color: #B20000} span.sysc...)

Latest revision as of 03:55, 30 October 2008

ƒ7

function act_pFlgB = f7(FlhDC, FliA)
% expression of pFlgB in function of FlhDC and FliA
 
global beta28 K4 n4 beta29 K10 n10;
% parameters
 
act_pFlgB = beta28 * hill( FlhDC, K4, n4 ) + beta29 * hill( FliA, K10, n10 );
 
end