| Contents | Index |
The Value property is the value of the parameter object. The parameter object defines an assignment that can be used by the model object and/or the kinetic law object. Create parameters and assign Value using the method addparameter.
| Applies to | Object: parameter |
| Data type | double |
| Data values | Any double. Default value is 1.0. |
| Access | Read/write |
Assign a parameter with a value to the model object.
Create a model object, and then add a reaction object.
modelObj = sbiomodel ('my_model');Add a parameter to the model object (modelObj) with Value 0.5.
parameterObj1 = addparameter (modelObj, 'K1', 0.5)MATLAB returns:
SimBiology Parameter Array Index: Name: Value: ValueUnits: 1 K1 0.5

See how to analyze, visualize, and model biological data and systems using MathWorks products.
Get free kit| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |