
Matlab R2022a: How to obtain the predicted values given the training and test observations with the neuro-fuzzy method?
조회 수: 3 (최근 30일)
이전 댓글 표시
Matlab R2022a: How to obtain the predicted values given the training and test observations with the neuro-fuzzy method?
In the screenshot below, I wanted to predict house price given the training and test observation. I couldn’t figure out how to obtain the predicted values.
The evalfis command fail to type the result of the prediction


댓글 수: 0
채택된 답변
Sam Chak
2022년 12월 7일
Hi @jamal numan
"data" was in your evalfis() but the one in the Workspace is "Data".
Also, the syntax is now because Input argument order has changed since R2018b.
output = evalfis(fis, input)

댓글 수: 0
추가 답변 (1개)
참고 항목
카테고리
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!
