ANFIS runing ptoblem ! Please help

I trired to runing ANFIS for predicted data as in code , but gave this error :\
Error in anfis (line 67)
[varargout{1:nargout}] = anfisWithOptionObject(trn_data,varargin{1});
Error in test8 (line 8)
[fis1,error1,ss,fis2,error2] = anfis( [trnData chkData] ,options);
clear all;
trnData=xlsread('diffrentnorm.xlsx',1,'A1:A7000') ;
chkData=xlsread('diffrentnorm.xlsx',1,'C1:C7000') ;
fis = genfis(trnData,chkData, genfisOptions('GridPartition'));
options = anfisOptions('InitialFIS',fis,'ValidationData',chkData);
[fis1,error1,ss,fis2,error2] = anfis( [trnData , chkData] ,options);

답변 (1개)

Furat Alobaidy
Furat Alobaidy 2020년 1월 12일

0 개 추천

trndata = is input data (1: 7000)
chkdata = is output data (target data) (1::7000)

카테고리

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

제품

릴리스

R2019b

태그

질문:

2020년 1월 12일

답변:

2020년 1월 12일

Community Treasure Hunt

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

Start Hunting!

Translated by