dlmwrite
Write a matrix to a delimited text file.
Syntax
Section titled “Syntax”dlmwrite(filename, M)dlmwrite(filename, M, dlm)dlmwrite(filename, M, dlm, row, col, ...)Description
Section titled “Description”Like csvwrite but with a configurable delimiter dlm.
Example
Section titled “Example”dlmwrite('out.tsv', magic(5), '\t')