I have implemented fuzzy logic using Fuzzy Logic Toolbox (paricularly using FIS Editor) in MATLAB, so it gives an output in the form of a graph. Can anyone suggest me some other way to see output in some more meaningful form (e.g dialog box)?

有帮助吗?

解决方案

The output of a fuzzy inference system is not a graph but is a crisp (non-fuzzy) number.

enter image description here

Check out the Fuzzy Logic Toolbox User's Guide PDF or the online version for more information (it has well-explained examples).

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top