How to fix Undefined function or variable 'anfisOptions'.

 採用された回答

Star Strider
Star Strider 2017 年 6 月 7 日

0 投票

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 件のコメント

Ajay Paul
Ajay Paul 2017 年 6 月 7 日
Thank you. I was using R2016b. I guess that was the problem.
Star Strider
Star Strider 2017 年 6 月 7 日
My pleasure.
Sorry.
Daniel Jakob
Daniel Jakob 2017 年 10 月 20 日
I tried this and now I cannot run any functions.

サインインしてコメントする。

その他の回答 (2 件)

Falah Al-Amery
Falah Al-Amery 2018 年 12 月 18 日

1 投票

why, Undefined function or variable 'fuzzy'.
Yat Sheng Kong
Yat Sheng Kong 2017 年 6 月 20 日

0 投票

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

カテゴリ

ヘルプ センター および File ExchangeDeployment についてさらに検索

タグ

質問済み:

2017 年 6 月 7 日

回答済み:

2018 年 12 月 18 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by