Products & Services Solutions Academia Support User Community Company

Learn more about SimBiology   

Reaction - Reaction object reaction

Description

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.

Characteristics

Applies toObject: reaction
Data typechar string
Data valuesValid reaction string. Default is '' (empty).
AccessRead/write

Examples

  1. Create a model object, and then add a reaction object.

    modelObj = sbiomodel ('my_model');
    reactionObj = addreaction (modelObj, 'a + b -> c + d');
  2. Verify that the reaction property records the input.

    get (reactionObj, 'Reaction')

    MATLAB returns:

    ans =
    
    a + b -> c + d
    

See Also

addreaction, sbioreaction

  


Recommended Products

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.

 © 1984-2009- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS