| Contents | Index |
The Annotation property stores the URL or file name linking to information about a model.
| Applies to | SimBiology objects: abstract kinetic law, configuration set, compartment, event, kinetic law, model, parameter, reaction, RepeatDose, rule, ScheduleDose, species, or unit |
| Data type | char string, URL |
| Data values | Character string with a directory path and filename or a URL |
| Access | Read/write |
Create a model object.
modelObj = sbiomodel ('my_model');Set the annotation for a model object.
set (modelObj, 'annotation', 'www.reactome.org')
Verify the assignment.
get (modelObj, 'annotation')
MATLAB returns:
ans = www.reactome.org
addkineticlaw, addparameter, addreaction, addrule, addspecies, sbiomodel, sbioroot, sbiounit, sbiounitprefix, RepeatDose object, ScheduleDose object

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 |