MATLAB Function Reference
  Go to function:
    Search    Help Desk 
set     See Also

set object properties

Syntax

Description

m=set(m,label1,value1,label2,value2,...) sets the value value of the attribute label associated to the object m. The following codes are recognised:

Remarks

General purpose function for setting the values of the fields of a taksug object. For setting the rules, use the add_rules and rem_rules function. This method extends the 'set' method defined in the mpping class.

See Also

get, add_rules, rem_rules

[ Help Desk ]