FIS 编辑器 (Matlab)
我在MATLAB中使用模糊逻辑工具箱(特别是使用FIS编辑器)实现了模糊逻辑,因此它以图形的形式给出输出。谁能建议我使用其他方式以更有意义的形式查看输出(例如对话框)?
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)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
模糊推理系统的输出不是图形,而是清晰的(非模糊)数字。
查看 模糊逻辑工具箱用户指南 PDF 或 在线版本了解更多信息(它有很好解释的示例)。
The output of a fuzzy inference system is not a graph but is a crisp (non-fuzzy) number.
Check out the Fuzzy Logic Toolbox User's Guide PDF or the online version for more information (it has well-explained examples).