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.

답변 (1개)

Sam Chak
Sam Chak 2023년 4월 26일

0 개 추천

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:

카테고리

도움말 센터File Exchange에서 Fuzzy Logic in Simulink에 대해 자세히 알아보기

태그

질문:

2023년 4월 26일

답변:

2023년 4월 26일

Community Treasure Hunt

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

Start Hunting!

Translated by