Octave load: Difference between revisions

159 bytes added ,  13 July 2020
Mark as outdated.
No edit summary
(Mark as outdated.)
 
Line 1: Line 1:
{{Warning|This article is '''outdated'''.  For current C++ code examples see the Octave Manual https://octave.org/doc/latest/Standalone-Programs.html.}}


The code below shows an example of how to load a matrix from a file in Octave's binary file format.
The code below shows an example of how to load a matrix from a file in Octave's binary file format.
Line 70: Line 71:
</syntaxhighlight>}}
</syntaxhighlight>}}


[[Category:Examples]]
[[Category:Outdated pages]]