Toolbox
Symbol
|
Model attributes
More About »
Notes
Notes
is a string attribute that can hold notes and remarks concerning the model at hand.
EXAMPLES
CLOSE ALL
Basic Examples
(1)
Access the notes section of a model
Overwrite the notes section of a model
Updating the Notes attribute will concatenate the newly provided string to the previous one
In[1]:=
Access the notes section of a model
In[2]:=
Out[2]=
In[3]:=
Out[3]=
Overwrite the notes section of a model
In[4]:=
In[5]:=
Out[5]=
Updating the Notes attribute will concatenate the newly provided string to the previous one
In[6]:=
In[7]:=
Out[7]=
MORE ABOUT
Model attributes