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 pupose function for setting the values of the fields of a mamdani object. For setting the rules, use the add_rules, rem_rules and add_sets function. This method extends the 'set' method defined in the mapping class.

See Also

get, add_dynamics, add_data, add_rules

[ Help Desk ]