Facebook
From Scribby Elephant, 3 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 46
  1. #SIMULATE AND PLOT THE MODEL WITH TFPI=0 HERE
  2. model.resetAll()
  3. model.TFPI=0
  4. model.simulate(start=0, end=1000, points=2000, selections=['time','IIa'])
  5. model.plot(xtitle = 'Time (min)', ytitle = 'Conc. (mM)')
  6.  
  7. ----------
  8.  
  9. #SIMULATE AND PLOT THE MODEL WITH ATIII=0 HERE
  10. model.resetAll()
  11. model.ATIII=0
  12. model.simulate(start=0, end=1000, points=2000, selections=['time','IIa'])
  13. model.plot(xtitle = 'Time (min)', ytitle = 'Conc. (mM)')