Error creating a standalone application
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi,
I am trying to create a standalone application using applicationCompiler , but I get the following error:
Undefined function 'appcreate.internal.appbuilder.getDependencyList' for input arguments of type 'char'.
Any clue why?
Thanks.
PS1: The project has a GUI and the core consists of several classes organized in folders. PS2: The dependency report is generated without any problem.
댓글 수: 0
답변 (1개)
Friedrich
2013년 12월 6일
Hi,
sounds like your MATLAB search path is broken. You can restore it by running:
>>restoredefaultpath
>>matlabrc
Please note that you would need to add your own folders again in the case you added some.
댓글 수: 2
Tom
2014년 1월 10일
I am having the same problem but neither restoring the search path or copying files to a local drive worked
참고 항목
카테고리
Help Center 및 File Exchange에서 MATLAB Compiler에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!