function
Last update : 11/11/2004

m2ts - Transform Mamdani to Takagi-Sugeno fls structure.

Calling Sequence

fls=m2ts(fls_input)

Parameters

Description

m2ts transform a Mamdani FLS structure fls_input into a Takagi-Sugeno FLS structure fls . The returned Takagi-Sugeno system has constant output member functions.

Examples

fls=importfis(flt_path()+"demos/tip.fis");
fls_ts=m2ts(fls);

See Also

fls_structure ,  

Author

Jaime Urzua Grez