Labfans是一个针对大学生、工程师和科研工作者的技术社区。 | 论坛首页 | 联系我们(Contact Us) |
![]() |
![]() |
#1 |
初级会员
注册日期: 2009-09-18
帖子: 4
声望力: 0 ![]() |
![]()
本人用matlab的GUI工具写了个界面,其中要调用一个神经网络,在matlab下能运行,一切都OK,只是有个error,不影响运行:
??? Error using ==> guide Too many input arguments. ??? Error using ==> struct2handle Error while evaluating uicontrol CreateFcn. 编译后界面其他部分都正常,但是调用神经网络是出现如下错误: Error using ==> struct2handle Undefined command/function 'guide'. Error using ==> struct2handle Error while evaluating uicontrol CreateFcn. ??? Error using ==> network.subsasgn "adaptFcn" cannot be set to non-existing function "trains". Error in ==> newff at 152 Error in ==> bpnn at 21 Error in ==> Interface1>pushbutton3_Callback at 331 Error in ==> gui_mainfcn at 75 Error in ==> Interface1 at 44 Error while evaluating uicontrol Callback. 请教一下大侠们,谢谢! |
![]() |
![]() |