How to fix Undefined function or variable 'anfisOptions'.
11 ビュー (過去 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!