| SimBiology® | ![]() |
Property to indicate the reaction represented in the reaction object. Indicates the chemical reaction that can change the amount of one or more species, for example: 'A + B –> C'. This property is different from the model object property called Reactions.
See addreaction for more information on how the Reaction property is set.
| Applies to | Object: reaction |
| Data type | char string |
| Data values | Valid reaction string, default is '' |
| Access | Read/Write |
Create a model object, then add a reaction object.
modelObj = sbiomodel ('my_model');
reactionObj = addreaction (modelObj, 'a + b -> c + d');Verify that the reaction property records the input.
get (reactionObj, 'Reaction')
MATLAB® returns
ans = a + b -> c + d
![]() | Reactants | ReactionRate | ![]() |
| © 1984-2008- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |