501
edits
m (→Debugging oct-files: added a missing element) |
|||
Line 46: | Line 46: | ||
by typing c the execution of octave will continue and you can run your oct-file directly or via an m-script. | by typing c the execution of octave will continue and you can run your oct-file directly or via an m-script. | ||
<syntaxhighlight lang=" | <syntaxhighlight lang="matlab"> | ||
octave:1> x = file(y) | octave:1> x = file(y) | ||
</syntaxhighlight> | </syntaxhighlight> |
edits