save data form matlab to .txt

1 visualización (últimos 30 días)
mohammed hussein
mohammed hussein el 22 de En. de 2018
Comentada: mohammed hussein el 22 de En. de 2018
Hi
can anyone help me to save the data from the matlab to .txt file with has comma after each number. for example
A=[1 2 3 4 5 6 7 8 9];
is there any way to have A in .text and be like 1,2,3,4,5,6,7,8,9
thank you very much for helping

Respuesta aceptada

Fangjun Jiang
Fangjun Jiang el 22 de En. de 2018
csvwrite()
  3 comentarios
Fangjun Jiang
Fangjun Jiang el 22 de En. de 2018
try csvwrite('test.txt',[1 2 3 4 5 6 7 8 9]);
mohammed hussein
mohammed hussein el 22 de En. de 2018
this is exactly what i want
thank You

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Data Type Conversion en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by