Error in evalfis function
显示 更早的评论
I keep getting
error using evalfis (line62):
The first argument should have as many columns as input variables and as many row as independent sets of input values.
I don't understand what they mean. This is what I use now as code:
out1=evalfis(dataTest(:,1:2),myfis1); % zero order
ee=dataTest(:,3)-out1;
rr=mean(ee.*ee)
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Language Fundamentals 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!