| Products & Services | Solutions | Academia | Support | User Community | Company |
| Download Product Updates | | | Get Pricing | | | Trial Software |
| Documentation → SimBiology |
| Contents | Index |
| Learn more about SimBiology |
PropertyValue = get(Obj, 'PropertyName')
objProperties = get(Obj)
| PropertyValue | Value defined for 'PropertyName' |
| Obj | Abstract kinetic law, compartment, configuration set, event, kinetic law, model, parameter, PKCompartment, PKData, PKModelDesignPKModelMap, reaction, rule, SimData, species, or variant object. |
| 'PropertyName' | Name of the property to get. |
| objProperties | Struct containing properties and values for the object, Obj. |
PropertyValue = get(Obj, 'PropertyName') gets the value 'PropertyValue' of the object, Obj's PropertyName property.
objProperties = get(Obj) gets the properties for the object, Obj, and returns it to objProperties.
Create a model object.
modelObj = sbiomodel ('my_model');Add parameter object.
parameterObj = addparameter (modelObj, 'kf');
Set the ConstantValue property of the parameter object to false and verify.
MATLAB returns 1 for true and 0 for false.
set (parameterObj, 'ConstantValue', false); get(parameterObj, 'ConstantValue')
MATLAB returns
ans =
0getadjacencymatrix, getconfigset, getdata, getparameters, getsensmatrix, getspecies, getstoichmatrix, set
![]() | Event object | getadjacencymatrix (model) | ![]() |

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 |