How to fix Undefined function or variable 'anfisOptions'.

2 visualizaciones (últimos 30 días)
Ajay Paul
Ajay Paul el 7 de Jun. de 2017
Respondida: Falah Al-Amery el 18 de Dic. de 2018
Not able to run 'anfisOptions' function

Respuesta aceptada

Star Strider
Star Strider el 7 de Jun. de 2017
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 comentarios
Star Strider
Star Strider el 7 de Jun. de 2017
My pleasure.
Sorry.
Daniel Jakob
Daniel Jakob el 20 de Oct. de 2017
I tried this and now I cannot run any functions.

Iniciar sesión para comentar.

Más respuestas (2)

Falah Al-Amery
Falah Al-Amery el 18 de Dic. de 2018
why, Undefined function or variable 'fuzzy'.

Yat Sheng Kong
Yat Sheng Kong el 20 de Jun. de 2017
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

Categorías

Más información sobre Fuzzy Inference System Tuning en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by