Main Content

mfedit

(To be removed) Open Fuzzy Logic Designer with Membership Function Editor document open

mfedit will be removed in a future release. For more information, see To be removed.

Description

Opens the Fuzzy Logic Designer app with the Membership Function Editor document open. mfedit no longer opens the old Membership Function Editor user interface.

For more information on interactively creating fuzzy systems, see Build Fuzzy Systems Using Fuzzy Logic Designer.

mfedit opens Fuzzy Logic Designer with the Membership Function Editor document open and a default fuzzy inference system loaded.

mfedit(fis) opens Fuzzy Logic Designer loads the fuzzy inference system fis.

example

mfedit(fileName) opens Fuzzy Logic Designer and loads a fuzzy inference system from the file specified by fileName.

Examples

collapse all

Load or create a fuzzy inference system object. For this example, load the fuzzy system from a file.

fis = readfis("tipper");

Open Fuzzy Logic Designer for this fuzzy system.

mfedit(fis)

Input Arguments

collapse all

Fuzzy inference system, specified as either a mamfis or sugfis object in the MATLAB® workspace.

File name, specified as a string or character vector with or without the .fis extension. This file must be in the current working directory or on the MATLAB path.

Version History

Introduced before R2006a

expand all