User`s guide

set (env collection object)
Purpose Change target object environment collection object property values
Syntax MATLAB command line
set(env_collection_object)
set(env_collection_object, 'property_name1',
'property_value1','property_name2', 'property_value2', . . .)
env_collection_object.set('property_name1',
'property_value1')
set(env_collection_object, property_name_vector,
property_value_vector)
env_collection_object.property_name = property_value
Arguments
env_collection_object
Name of a target env iro nm ent collection
object.
'property_name'
Name of a target object environment
collection property. Always u se quotation
marks.
property_value
Value for a target object e nvironment
collection property. Always u se quotation
marks for character strings; q uotation
marks are optional for numbers.
Description set sets the values of environment properties for a collection of target
object environments. Not all properties are user writable.
Properties must be entered in pairs or, using the alte rnative syntax, as
one-dimensional cell arrays of thesamesize. Thismeanstheymust
both be row vectors or both column vectors, and the corresponding
values for properties in
property_name_vector are stored in
property_value_vector.
The environment properties for a target object colle c tion are listed in
the following table. This table inclu d es a descriptio n of the prop erties
and which properties you can change directly by assigning a value.
18-102