Why do I receive an error "Variable output array "varargout" must be a cell array" in a GUI compiled with MATLAB Compiler?
이전 댓글 표시
I have compiled a GUI created with GUIDE. When executing my GUI in MATLAB I receive no errors. However, after compiling it I receive the following error at runtime:
Error in ==> gui_mainfcn at 197
Error in ==> mygui at 26
Warning: Objects of uitools.uimodemanager class exist - not clearing this class
or any of its super-classes
??? Error using ==> mygui_OutputFcn
Variable output array "varargout" must be a cell array.
MATLAB:VarargoutNotCell
Another manisfestation of this error is:
??? Error using ==> mygui>mygui_OutputFcn
Too many output arguments.
Error in ==> gui_mainfcn at 248
Error in ==> mygui at 40
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Profiling and Tracing for Performance Optimization에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!