set
Set property of object
Syntax
Description
returns a new object that is a copy of newObject
= set(object
,Name,Value)object
with properties
set to the values specified by using one or more name-value pairs. Use single quotes
around the property name. For example, newObj =
set(brObj,'Sequence',{'ACTCAG','GTCATG'})
specifies the
Sequence
property of brObj
. You can
specify any property name, except NSeqs
. See BioRead
or BioMap
for their properties.
set(
displays all possible values for the specified property
object
,propertyName
)PropName
of the object.
returns the structure allProperties
= set(object
)allProperties
containing all properties
of object
and their possible values.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2010a