Bundle Funtions inside a Script
Mostra commenti meno recenti
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
Risposta accettata
Più risposte (1)
Walter Roberson
il 28 Gen 2016
1 voto
You should consider using the new facilities to 'Package App'
1 Commento
hegel
il 29 Gen 2016
Categorie
Scopri di più su Entering Commands in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!