sbiovariant
R2026bConstruct variant object
Syntax
Description
creates
a variant object named variantObj = sbiovariant(vName)vName.
creates
a variant object and sets its variantObj = sbiovariant(vName,vContent)Content property
to the cell array of data, vContent.
uses
any of the input arguments in the previous syntaxes and additional
options specified by one or more name-value arguments. Each name-value argument represents a property and corresponding
value of a variant object. To view all the properties for a variant
object, use the variantObj = sbiovariant(___,Name=Value)get function.
To append more data to an existing content of a variant, use addcontent. To replace existing data
in the Content property, use the set function or dot notation.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2008a

