| Contents | Index |
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

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 |