Write a matrix to a text file with a space between columns
3 次查看(过去 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.
0 个评论
采纳的回答
Azzi Abdelmalek
2014-5-23
dlmwrite('yourfile',yourmatrix,'delimiter',' ')
3 个评论
hamed
2018-3-8
Do you know how can I make 2 tabs space between the columns?
'\t' makes a tab and I need 2 tabs
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!