save_mat_to_file: Save matrix to a specified file
Description
Function for saving a matrix
to a specified file. Uses the
save_df_to_file
function.
Usage
save_mat_to_file(mat, file)
Arguments
- mat
matrix
- file
string. The name of the file, can be a full path.