Write a matrix to a text file with a space between columns

12 次查看(过去 30 天)
Hi,
Does anybody know to write an matrix (3652500 rows and 3 columns) to a text file with a space between columns? I have MATLAB R2011b version.

采纳的回答

Azzi Abdelmalek
Azzi Abdelmalek 2014-5-23
dlmwrite('yourfile',yourmatrix,'delimiter',' ')

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Data Import and Export 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by