zhyqcharlie 发表于 2009-9-16 21:19

关于程序编译的问题

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


求救一下大侠们,谢谢!
页: [1]
查看完整版本: 关于程序编译的问题