| Contents | Index |
Use the Notes property of an object to store comments about the object. You can include HTML tagging in the notes to render formatted text in the SimBiology desktop.
| Applies to | Objects: compartment, kinetic law, model, parameter, reaction, RepeatDose, rule, ScheduleDose, species, unit, or unit prefix |
| Data type | char string |
| Data values | Any char string |
| Access | Read/write |
Create a model object.
modelObj = sbiomodel ('my_model');Write notes for the model object.
set (modelObj, 'notes', '09/01/05 experimental data')
Verify the assignment.
get (modelObj, 'notes')MATLAB returns:
ans = 09/01/05 experimental data
addkineticlaw, addparameter, addreaction, addrule, addspecies, RepeatDose object, sbiomodel, sbiounit, sbiounitprefix, 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 |