Team:Colombia/Scripting
From 2014.igem.org
(Difference between revisions)
Line 6: | Line 6: | ||
<br> | <br> | ||
<br> | <br> | ||
- | + | Scripting | |
+ | Feel free to expand and scroll through the text boxes in order to further examine the code. | ||
<br> | <br> | ||
- | + | DETERMINISTIC MODEL | |
- | + | This code creates the differential equations governing the concentration dinamics of each protein in our model, finds the steady state solutions and then solves them using the numerical aproximation method Runge-Kutta | |
<textarea> | <textarea> | ||
function y=CondIni(x) | function y=CondIni(x) | ||
Line 32: | Line 33: | ||
% | % | ||
%--------------------------------------------% | %--------------------------------------------% | ||
- | % | + | % PARAMETERS % |
%--------------------------------------------% | %--------------------------------------------% | ||
% | % |
Revision as of 01:03, 16 October 2014
Scripting
Feel free to expand and scroll through the text boxes in order to further examine the code.
DETERMINISTIC MODEL
This code creates the differential equations governing the concentration dinamics of each protein in our model, finds the steady state solutions and then solves them using the numerical aproximation method Runge-Kutta