How to train Mamadani Fuzzy inference system ?
1 次查看(过去 30 天)
显示 更早的评论
I am new to fuzzy logic, I create membership functions and Rules. but now i dont know how to test and train this model.
0 个评论
回答(1 个)
INFOZOU
2016-10-6
Try the following commands: a = readfis('tipper'); plotmf(a,'input',1) http://www.mathworks.com/help/fuzzy/plotmf.html To verify all system, you should fix the error input (choose a signal) and simulate the system.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Fuzzy Logic Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!