0
필자는 ANFIS를 사용하여 MATLAB을 사용하여 ANFIS을 배웠습니다. 그러나, 나는 차트에서 나의 최종 FIS 출력을 얻고있다. 나는 배열 형식으로 출력을 얻을 수 없습니다.MATLAB에서 ANFIS 출력을 생성하는 방법은 무엇입니까?
최종 출력물을 배열 형태로 얻는 방법에 대해 도움을 주시겠습니까?
필자는 ANFIS를 사용하여 MATLAB을 사용하여 ANFIS을 배웠습니다. 그러나, 나는 차트에서 나의 최종 FIS 출력을 얻고있다. 나는 배열 형식으로 출력을 얻을 수 없습니다.MATLAB에서 ANFIS 출력을 생성하는 방법은 무엇입니까?
최종 출력물을 배열 형태로 얻는 방법에 대해 도움을 주시겠습니까?
http://www.mathworks.com/help/toolbox/fuzzy/fp715dup12.html#FP43334 :
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.
이 그럼 당신은 예를 들어 출력을 플롯 할 수 있습니다