sbiovariant
Construct 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 variantObj
= sbiovariant(___,Name,Value)Name,Value
pair
arguments. Each name-value pair represents a property and corresponding
value of a variant object. To view all the properties for a variant
object, use the 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