MATLAB: Simbiology Desktop Activate Reaction Using Event

desktopSimBiology

I am trying to use an event function in simbiology desktop to activate a reaction that exists in the same component. Is this possible and if so, what is the syntax?
Thanks,
Hirsh

Best Answer

Hi,
Events cannot directly change the Active property. However, you can accomplish the same simulation result by creating an event that changes the value of a parameter. For example, you could set a rate constant to 0 using an event as a way to disable a reaction.
Does that make sense?
-Arthur