Error creating a standalone application

1 次查看(过去 30 天)
Juan
Juan 2013-12-6
评论: Tom 2014-1-10
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.

回答(1 个)

Friedrich
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 个评论
Juan
Juan 2013-12-6
Hi,
This didn't work. Fortunately I found that it was an issue related to Matlab being run from a shared folder. By copying the Matlab binaries locally the problem is solved.
Thanks for your help.
Tom
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 CenterFile Exchange 中查找有关 MATLAB Compiler 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by