Bundle Funtions inside a Script
Mostrar comentarios más antiguos
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
Respuesta aceptada
Más respuestas (1)
Walter Roberson
el 28 de En. de 2016
1 voto
You should consider using the new facilities to 'Package App'
1 comentario
hegel
el 29 de En. de 2016
Categorías
Más información sobre Entering Commands en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!