Fuzzy Logic Toolbox | ![]() ![]() |
Synopsis
plotfis(fismat)
Description
This function displays a high level diagram of an FIS, fismat. Inputs and their membership functions appear to the left of the FIS structural characteristics, while outputs and their membership functions appear on the right.
Examples
a = readfis('tipper');
plotfis(a)![]()
See Also
![]() | pimf | plotmf | ![]() |