Debugging Octave: Difference between revisions

Jump to navigation Jump to search
No change in size ,  24 August 2012
m
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="octave">
<syntaxhighlight lang="matlab">
octave:1> x = file(y)
octave:1> x = file(y)
</syntaxhighlight>  
</syntaxhighlight>  
501

edits

Navigation menu