Compiler - making standalone file
Afficher commentaires plus anciens
Folks, I made a standalone, executable file of my code using deploytool and it works fine. However, it doesn't run four sorts of functions which contain path (for example: C:/.../myfolder). The functions that it can't run are:
- publish(c:/.../myfolder)
- open(c:/.../myfolder)
- system(c:/.../myfolder)
- delete(c:/.../myfolder)
It does run the plot though. My matlab is 2012a. These abovementioned features are essential elements of the code and I really need to run them without having to manipulate or remove them. Is there anyway that I can resolve this problem? You time and help will be much appreciated.
Réponse acceptée
Plus de réponses (1)
Mehdi
le 14 Août 2013
0 votes
Catégories
En savoir plus sur Standalone Applications dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!