|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?我要加入
x
各位高手:
matlab编程出现以下错误,怎么修改,
a = 0.100000, b = -0.300000, c = 3.000000, d = 0.000000
??? Error using ==> run
Illegal parameters in fisTrapezoidMf() --> a > b
a = 0.100000, b = -0.300000, c = 1.000245, d = 0.000000
??? Illegal parameters in fisTrapezoidMf() --> a > b
Error in ==> evalfis at 81
[output,IRR,ORR,ARR] = evalfismex(input, fis, numofpoints);
Error in ==> FPID at 123
k_pid=evalfis([err1 ec1],a);
|
|