2012-07-02 4 views

답변

1

http://www.mathworks.com/help/toolbox/fuzzy/fp715dup12.html#FP43334 :

enter image description here

:
figure(3) 
subplot(2,2,1) 
plotmf(fismat2, 'input', 1) 
subplot(2,2,2) 
plotmf(fismat2, 'input', 2) 
subplot(2,2,3) 
plotmf(fismat2, 'input', 3) 
subplot(2,2,4) 
plotmf(fismat2, 'input', 4) 

다음 플롯

이 결과의 예를 보여

The command anfis takes at least two and at most six input arguments. The general format is 

[fismat1,trnError,ss,fismat2,chkError] = ... 
anfis(trnData,fismat,trnOpt,dispOpt,chkData,method); 

where trnOpt (training options), dispOpt (display options), chkData (checking data), and method (training method), are optional. 

이 그럼 당신은 예를 들어 출력을 플롯 할 수 있습니다