How to fix Undefined function or variable 'anfisOptions'.
조회 수: 14 (최근 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!