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