1,860
edits
(→C++ function: Use file template.) |
m (→C++ function) |
||
Line 8: | Line 8: | ||
=== C++ function === | === C++ function === | ||
C++ function to load a single matrix, stored in ASCII format, from a data file. | |||
{{File|octave_file_io.cc|<syntaxhighlight lang="C++"> | |||
// Octave header | // Octave header | ||
#include <octave/oct.h> | #include <octave/oct.h> |