Error creating a standalone application
Show older comments
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.
Answers (1)
Friedrich
on 6 Dec 2013
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.
Categories
Find more on MATLAB Compiler in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!