Modeling2.html

From 2013.igem.org

(Difference between revisions)
Line 299: Line 299:
};
};
     this.plot = function(){
     this.plot = function(){
-
    background(255, 144, 0);
 
     plotSolution(this.yone, this.ytwo, graphyMin);  
     plotSolution(this.yone, this.ytwo, graphyMin);  
};
};
Line 500: Line 499:
         nullClines[0].plot();
         nullClines[0].plot();
         nullClines[1].plot();
         nullClines[1].plot();
 +
 +
        if (icX < 1 + tol)
 +
            if (icX > 1 - tol)
 +
                if (icY > 1 - tol)
 +
                    if (icY < 1 + tol){
 +
 +
            icX = 1+tol;
 +
            icY = 1+tol;
 +
 +
        }
 +
 +
        interactiveSolver(icX, icY);
 +
 +
        stroke(56, 79, 224);
 +
        fill(56, 79, 224);
 +
        ellipse(ballX, ballY, 10, 10);
};
};

Revision as of 00:14, 28 September 2013

iGEM