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

 Réponse acceptée

Fangjun Jiang
Fangjun Jiang le 22 Jan 2018

0 votes

csvwrite()

3 commentaires

mohammed hussein
mohammed hussein le 22 Jan 2018
thank you very much for your answer . i want the data be saved in .text form with comma . this command just put the comma between the numbers
Fangjun Jiang
Fangjun Jiang le 22 Jan 2018
try csvwrite('test.txt',[1 2 3 4 5 6 7 8 9]);
mohammed hussein
mohammed hussein le 22 Jan 2018
this is exactly what i want
thank You

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Data Import and Export dans Centre d'aide et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by