Octave load: Difference between revisions

Jump to navigation Jump to search
213 bytes added ,  17 June 2013
no edit summary
(Created page with " {{Code|octave_file_io.cc: C++ function to load a matrix from a BINARY file in Octave native format|<syntaxhighlight lang="C" style="font-size:13px"> #include <fstream> #incl...")
 
No edit summary
Line 1: Line 1:
The code below shows an example of how to load a matrix from a file in Octave's binary file format.
An example of how to load data from a file in Octave's ascii format can be found in this page [[fortran|page]].


{{Code|octave_file_io.cc: C++ function to load a matrix from a BINARY file in Octave native format|<syntaxhighlight lang="C" style="font-size:13px">
{{Code|octave_file_io.cc: C++ function to load a matrix from a BINARY file in Octave native format|<syntaxhighlight lang="C" style="font-size:13px">
Anonymous user

Navigation menu