How can I define a time-dependent (species) reaction rate for an model in SimBiology?
    2 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
    Puru Raj
 am 13 Apr. 2021
  
    
    
    
    
    Kommentiert: Cristina
 am 1 Mai 2023
            I want to define that a specie A is being produced given by 2 degree quardratic equation as a function of time. How to define it ? 
4 Kommentare
  Jeremy Huard
    
 am 19 Apr. 2021
				Hi Puruj,
I guess it depends on how the equation should look like. 
If you want something like  then the reaction rate should indeed be
 then the reaction rate should indeed be  . That said, if x is not involved in any other reactionthat involve other species, it might be easier to define this equation as a repeated assignment.
. That said, if x is not involved in any other reactionthat involve other species, it might be easier to define this equation as a repeated assignment.
 then the reaction rate should indeed be
 then the reaction rate should indeed be  . That said, if x is not involved in any other reactionthat involve other species, it might be easier to define this equation as a repeated assignment.
. That said, if x is not involved in any other reactionthat involve other species, it might be easier to define this equation as a repeated assignment.If you would rather want  then the reaction rate should be
 then the reaction rate should be  .
.
 then the reaction rate should be
 then the reaction rate should be  .
.Best regards,
Jérémy 
Akzeptierte Antwort
  Jeremy Huard
    
 am 21 Apr. 2021
        Hi Puru,
I would recommend you to create a reaction null -> A with a custom reaction rate defined by the quadratic equation.  In this reaction rate you can use the variable time, which is a reserved word in SimBiology and corresponds to the current time of the simulation.
Best regards,
Jérémy
3 Kommentare
  Jeremy Huard
    
 am 1 Mai 2023
				For SSA in SimBiology all reactions in the model must have their KineticLaw property set to MassAction.
You can find more details about the requirements for stochastic simulations and about the different solvers available here: https://www.mathworks.com/help/simbio/ug/stochastic-solvers.html
Best regards,
Jérémy
  Cristina
 am 1 Mai 2023
				Thanks for the reply! I guess that means that the reaction propensities need to be constant if I want to simulate my model stochastically using SimBiology. Do you know if there is any  Matlab package that would allow me to have a rate as a funtion of time?
Best regards,
Cristina
Weitere Antworten (0)
Communitys
Weitere Antworten in SimBiology Community
Siehe auch
Kategorien
				Mehr zu Extend Modeling Environment finden Sie in Help Center und File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


