How can I put multiple functions in one file and later get access to all of them in the octave interpreter ? I don't want to have a thousand files and want to group functions together. I'd like something like 'import' in python.
Asked
Active
Viewed 8,926 times
2 Answers
8
What you're looking for is called “script files”, defined there: http://www.gnu.org/software/octave/doc/interpreter/Script-Files.html

Gunnlaugur Briem
- 2,684
- 2
- 23
- 24