Debugging Octave: Difference between revisions

Jump to navigation Jump to search
No change in size ,  23 August 2012
Line 40: Line 40:
by typing now c the execution of octave will continue and you can run your oct-file
by typing now c the execution of octave will continue and you can run your oct-file


<syntaxhighlight lang="matlab">
<syntaxhighlight lang="octave">
octave:1> x = file(y)
octave:1> x = file(y)
</syntaxhighlight>  
</syntaxhighlight>  

Navigation menu