Matrix Write and Read Methods
Methods for writing matrices to files and reading matrices from files.
Function |
Action |
|---|---|
Writes a matrix to a file according to the selected storage method |
|
Reads from a file a matrix written by the Write method |
|
Writes a matrix to a file according to its size and type |
|
Reads from a file a matrix written by the WriteBin method |
|
Writes a matrix or vector to a CSV file according to its size and type |
|
Reads from a CSV file a matrix or vector written by the WriteCSV method |