| SimBiology® | ![]() |
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, rule, species, unit, 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, addmodel, addparameter, addreaction, addrule, addspecies, sbiomodel, sbiounit, sbiounitprefix
![]() | Normalization | Offset | ![]() |
| © 1984-2008- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |