Borrar filtros
Borrar filtros

How do I save data to a file in Matlab?

2 visualizaciones (últimos 30 días)
Alexandria Will-Cole
Alexandria Will-Cole el 14 de Nov. de 2018
Comentada: madhan ravi el 14 de Nov. de 2018
I have three different variables that are 400x1 doubles and I would like to save this data in one file that is delimited by a tab. Please help! Thanks!

Respuestas (1)

madhan ravi
madhan ravi el 14 de Nov. de 2018
dlmwrite('sample.txt',[a,b,c],'delimiter','\t') %a,b and c are variables
  4 comentarios
Alexandria Will-Cole
Alexandria Will-Cole el 14 de Nov. de 2018
I am looping through multiple data files processing and attempting to save the data into new data files, so that is why it is in a loop. Any advice?

Iniciar sesión para comentar.

Categorías

Más información sobre Programming en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by