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