How to fix Undefined function or variable 'anfisOptions'.
13 次查看(过去 30 天)
显示 更早的评论
Not able to run 'anfisOptions' function
0 个评论
采纳的回答
Star Strider
2017-6-7
The anfisOptions function was introduced in R2017a.
If you have the R2017a version of the Fuzzy Logic Toolbox, and you cannot access the function, first try running these lines from your Command Window or a script:
restoredefaultpath
rehash toolboxcache
If that fails, Contact Support.
3 个评论
更多回答(2 个)
Yat Sheng Kong
2017-6-20
Hi,
fis = anfis(trainingdata,opt);
The opt was also introduced in R2017a? I try to replace the anfisOptions with opt.InitialFIS = 4; opt.EpochNumber = 30; but it doesnt work with
fis = anfis(trainingdata,opt);
Thanks, Kong
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Deployment 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!