MATLAB爱好者论坛-LabFans.com

MATLAB爱好者论坛-LabFans.com (https://www.labfans.com/bbs/index.php)
-   MATLAB论坛 (https://www.labfans.com/bbs/forumdisplay.php?f=6)
-   -   [MATLAB GUI] Matlab关于程序编译的问题 (https://www.labfans.com/bbs/showthread.php?t=9707)

zhyqcharlie 2009-09-18 19:15

Matlab关于程序编译的问题
 
本人用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.


请教一下大侠们,谢谢!


所有时间均为北京时间。现在的时间是 06:31

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