Problem on fuzzy inference calculations ..
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Dear all,
I've to perform fuzzy inference calculations.
input=[input1(:), input2(:)];
out=evalfis(input,a);
But this makes following error. ??? Error using ==> evalfismex The first input must be a defined DOUBLE matrix
Can anybody suggest solution. Thank you..
0 Commenti
Risposta accettata
Wolfgang Schwanghart
il 1 Lug 2011
Hi,
the error message says all: The first input must be a defined DOUBLE matrix
Is the variable input in double format?
HTH, W.
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Fuzzy Logic Toolbox in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!