Main Content

ruleedit

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

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

Description

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

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

ruleedit(fis) opens the Rule Editor and loads the fuzzy inference system fis.

example

ruleedit(fileName) opens the Rule Editor 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.

ruleedit(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