| SimBiology® | ![]() |
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 value to the model object
Create a model object, 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
![]() | UserDefinedUnits | ValueUnits | ![]() |
| © 1984-2008- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |