Bundle Funtions inside a Script
Ältere Kommentare anzeigen
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
Akzeptierte Antwort
Weitere Antworten (1)
Walter Roberson
am 28 Jan. 2016
1 Stimme
You should consider using the new facilities to 'Package App'
1 Kommentar
hegel
am 29 Jan. 2016
Kategorien
Mehr zu Entering Commands finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!