User`s guide
set (env object)
Purpose Change target environment object property values
Syntax MATLAB command line
set(env_object)
set(env_object, 'property_name1', 'property_value 1',
'property_name2', 'property_value2', . . .)
env_object.set('property_name1', 'property_value1')
set(env_object, property_name_vector,
property_value_vector)
env_object.property_name = property_value
Arguments
env_object
Name of a target environme nt object.
'property_name'
Name of a target environment object property.
Always use quotation marks.
property_value
Value for a target enviro n ment o bject property.
Always use quotation marks for character
strings; quotation marks are optional f or
numbers.
Description set sets the properties of the target environment object. N ot all
properties are u se r writable.
Properties must be ente red in pairs or, using the alternate 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 writable properties for a target
environment object are listed in the following table. This table includes
a description o f the properties:
18-105