Problem on fuzzy inference calculations ..
1 回表示 (過去 30 日間)
古いコメントを表示
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 件のコメント
採用された回答
Wolfgang Schwanghart
2011 年 7 月 1 日
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 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Fuzzy Logic Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!