MATLAB Function Reference
  Go to function:
    Search    Help Desk 
taksug     Methods   

class for implementing the taksug fuzzy functions

Syntax

Description

m=taksug(varargin) returns an empty taksug object.

m=taksug(taksug_obj) returns a copy of the taksug_obj object.

m=taksug(structure) initializes a new taksug object with the appropriate fields set according to the values defined in the fields of structure.

m=taksug(name, n_inputs, n_outputs) initializes a new taksug object called name, with number of inputs n_inputs and number of outputs n_outputs.

Remarks

The taksug class is a child of the mapping class and allows the definition of a static system using a fuzzy rule based Takagi-Sugeno (TS) representation. The class inherits all the fields of the mapping class and defined a series of new attibutes required for implementing the TS representation of a model. At the top level the following fields are defined:

Methods



[ Help Desk ]