I am having trouble with the function genfis1. It keeps telling me there is an error in the code of genfis1 itself. I do have the fuzzy toolbox installed...
The error that is given:
Undefined function or variable 'in_n'.
Error in genfis1 (line62)
numMFs=numMFs*ones(1, in_n);
Can somebody tell me why this is happening?

2 Kommentare

Which MATLAB release are you using?
If you
dbtype genfis1
then what shows up on line 58?
Jeroen Schoonderbeek
Jeroen Schoonderbeek am 16 Mär. 2018
Matlab 2017b
In line 58 this shows up:
ein_n = size(data, 2) - 1;

Melden Sie sich an, um zu kommentieren.

 Akzeptierte Antwort

Walter Roberson
Walter Roberson am 16 Mär. 2018

0 Stimmen

You appear to have accidentally edited your genfis1 file. In R2017b line 58 has
in_n = size(data, 2) - 1;
and you appear to have inserted an 'e' before that.

1 Kommentar

Jeroen Schoonderbeek
Jeroen Schoonderbeek am 17 Mär. 2018
Thank you so much! I would never have found this myself...

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Fuzzy Logic Toolbox finden Sie in Hilfe-Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by