Fuzzy Logic Toolbox | ![]() ![]() |
Syntax
Description
mfedit('a')
generates a membership function editor that allows you to inspect and modify all the membership functions for your FIS stored in the file, a.fis
.
mfedit(a)
operates on a MATLAB workspace variable, for a FIS structure, a
.
mfedit
alone opens the membership function editor with no FIS loaded.
For each membership function you can change the name, the type, and the parameters. Eleven built-in membership functions are provided for you to choose from, although of course you can always create your own specialized versions. Refer to The Membership Function Editor for more information about how to use mfedit
.
Select the icon for the variable on the upper left side of the diagram (under the heading "FIS Variables") to display its associated membership functions in the plot region. Select membership functions by clicking once on them or their labels.
Menu Items
On the Membership Function Editor, there is a menu bar that allows you to open related GUI tools, open and save systems, and so on. The File menu for the Membership Function Editor is the same as the one found on the FIS Editor. Refer to fuzzy
for more information.
Add custom MF... to add a customized membership function to the current variable.
Remove current MF to delete the current membership function.
Remove all MFs to delete all membership functions of the current variable.
Edit rules... to invoke the Rule Editor.
Membership Function Pop-up Menu
There are 11 built-in membership functions to choose from, and you also have the option of installing a customized membership function.
See Also
fuzzy
, ruleedit
, ruleview
, surfview
![]() | mf2mf | newfis | ![]() |