Bundle Funtions inside a Script
Afficher commentaires plus anciens
Hello, I wrote a script for parsing and plotting data. Also I wrote a bunch of specific functions in separate files to do these operations. I'd like to see if it is possible to define all these functions at the end of the script so that I don't need to keep track of so many files. It would be easier also if I wanted to give these files to somebody else, they would have everything in one single file. thanks in advance! -m
Réponse acceptée
Plus de réponses (1)
Walter Roberson
le 28 Jan 2016
1 vote
You should consider using the new facilities to 'Package App'
1 commentaire
hegel
le 29 Jan 2016
Catégories
En savoir plus sur Entering Commands 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!