| Products & Services | Solutions | Academia | Support | User Community | Company |
| Download Product Updates | | | Get Pricing | | | Trial Software |
| Documentation → SimBiology |
| Contents | Index |
| Learn more about 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 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
![]() | UserDefinedUnits | ValueUnits | ![]() |

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 |