how to use the anfis command

OutputFismat = anfis(dati_all, FisMatrix, [40 nan 0.3]);
I have this code and I don't know what the parameters [40 nan 0.3] mean.

Respuestas (1)

Sam Chak
Sam Chak el 26 de Abr. de 2023
I think the syntax is for old anfis() input arguments.
OutputFismat = anfis(dati_all, FisMatrix, [40 nan 0.3]);
dati_all is Training Data, FisMatrix is the initial FIS, and the [40 nan 0.3] are probably the parameters for the Training Options.
For more info, please check out the following documentation:

Categorías

Más información sobre Fuzzy Logic in Simulink en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 26 de Abr. de 2023

Respondida:

el 26 de Abr. de 2023

Community Treasure Hunt

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

Start Hunting!

Translated by