Main Content
convertToSugeno
Convert Mamdani fuzzy inference system into Sugeno fuzzy inference system
Description
converts the Mamdani fuzzy inference system sugenoFIS
= convertToSugeno(mamdaniFIS
)mamdaniFIS
into a Sugeno
fuzzy inference system sugenoFIS
.
Examples
Input Arguments
Output Arguments
Tips
If you have a functioning Mamdani fuzzy inference system, consider using
convertToSugeno
to convert to a more computationally efficient Sugeno structure to improve performance.
Alternative Functionality
App
You can interactively convert a Mamdani FIS into a Sugeno FIS using the Fuzzy Logic Designer app. You can then export the system to the MATLAB® workspace.