Error creating a standalone application
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (1)
Friedrich
am 6 Dez. 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.
2 Kommentare
Tom
am 10 Jan. 2014
I am having the same problem but neither restoring the search path or copying files to a local drive worked
Siehe auch
Kategorien
Mehr zu MATLAB Compiler finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!