(Not recommended) Write matrix to ASCII-delimited file
dlmwrite
is not recommended. Use writematrix
instead. For more information, see Compatibility
Considerations.
dlmwrite(___,
additionally specifies delimiter, newline character, offset, and precision
options using one or more name-value pair arguments.Name,Value
)
dlmwrite
writes a file that spreadsheet programs can
read. Alternatively, if your system has Excel® for Windows® installed, you can create a spreadsheet using xlswrite
.
dlmread
| writematrix
| writetable
| xlswrite