앞으로: Including Graphics, 뒤로: Numbered Lists, 위로: Publishing Markup [차례][찾아보기]
To include the content of an external file, e.g., a file called ‘my_function.m’ at the same location as the published Octave script, use the following syntax to include it with Octave syntax highlighting.
Alternatively, you can write the full or relative path to the file.
## # # <include>my_function.m</include> # # <include>/full/path/to/my_function.m</include> # # <include>../relative/path/to/my_function.m</include> #