Octave load: Difference between revisions

210 bytes added ,  17 June 2013
no edit summary
No edit summary
No edit summary
Line 63: Line 63:
>> save -binary test.bin test_var
>> save -binary test.bin test_var


</syntaxhighlight>}}
Compile and run the example with the following commads
{{Code||<syntaxhighlight lang="bash" style="font-size:13px">
$ mkoctfile --link-stand-alone octave_binary_io_example.cc
$ ./a.ut


</syntaxhighlight>}}
</syntaxhighlight>}}
Anonymous user