Matlab R2022a: How to obtain the predicted values given the training and test observations with the neuro-fuzzy method?

2 次查看(过去 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

采纳的回答

Sam Chak
Sam Chak 2022-12-7
"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)

更多回答(1 个)

jamal numan
jamal numan 2022-12-7
Thank you very much. it works fine

类别

Help CenterFile Exchange 中查找有关 Fuzzy Logic Toolbox 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by