Hauptinhalt

ruleview

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

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

Description

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

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

ruleview(fis) opens the Rule Viewer and loads the fuzzy inference system fis.

example

ruleview(fileName) opens the Rule Viewer 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.

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