Write a matrix to a text file with a space between columns
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Damith
el 23 de Mayo de 2014
Comentada: Jan
el 8 de Mzo. de 2018
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 comentarios
Respuesta aceptada
Azzi Abdelmalek
el 23 de Mayo de 2014
dlmwrite('yourfile',yourmatrix,'delimiter',' ')
3 comentarios
hamed
el 8 de Mzo. de 2018
Do you know how can I make 2 tabs space between the columns?
'\t' makes a tab and I need 2 tabs
Más respuestas (0)
Ver también
Categorías
Más información sobre Get Started with MATLAB en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!