WVVariableAnnotation
create a new instance of WVVariableAnnotation
Declaration
variableAnnotation = WVVariableAnnotation(name,dimensions,units,description,options)
Parameters
name
name of the variabledimensions
ordered list of the dimensions, or empty cell arrayunits
abbreviated SI units of the variabledescription
short description of the variableisComplex
(optional) indicates whether the variable has an imaginary part (default 0)detailedDescription
(optional) detailed description of the variable
Returns
variableAnnotation
a new instance of WVVariableAnnotation
Discussion
If a markdown file of the same name is in the same directory or child directory, it will be loaded as the detailed description upon initialization.