Labfans是一个针对大学生、工程师和科研工作者的技术社区。 论坛首页 | 联系我们(Contact Us)
MATLAB爱好者论坛-LabFans.com
返回   MATLAB爱好者论坛-LabFans.com > 人工智能 > 深度神经网络/深度学习
深度神经网络/深度学习 A discussion board for Deep Neural Network|Deep Learning.
 
 
主题工具 显示模式
旧 2009-05-11, 19:48   #1
kgb
初级会员
 
注册日期: 2009-05-11
年龄: 38
帖子: 2
声望力: 0
kgb 正向着好的方向发展
默认 模糊控制程序求教

>> tip2=newfis('tip2');
>> tip2=addvar(tip2,'input',1,'服务',[0 10]);
>> tip2=addvar(tip2,'output',1,'小费',[0 25]);
>> tip2=addmf(tip2,'input',1,'差','gaussmf',[1.8 0]);
>> tip2=addmf(tip2,'input',1,'好','gaussmf',[1.8 5]);
>> tip2=addmf(tip2,'input',1,'很好','gaussmf',[1.8 25]);
>> tip2=addmf(tip2,'output',1,'低','trapmf',[0 0 5 12]);
>> tip2=addmf(tip2,'output',1,'中等','trimf',[5 12 19]);
>> tip2=addmf(tip2,'output',1,'高','trapmf',[12 19 25 25]);
>> plotmf(tip2,'output',1)
??? Error using ==> plot
Invalid first data argument

Error in ==> plotmf at 66
plot(x,y)

>>


这是怎么回事,
谢谢
kgb 当前离线   回复时引用此帖
 


发帖规则
不可以发表新主题
不可以发表回复
不可以上传附件
不可以编辑自己的帖子

启用 BB 代码
论坛启用 表情符号
论坛启用 [IMG] 代码
论坛禁用 HTML 代码



所有时间均为北京时间。现在的时间是 00:59


Powered by vBulletin
版权所有 ©2000 - 2025,Jelsoft Enterprises Ltd.