本人用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.