writing char array to a text file

32 vues (au cours des 30 derniers jours)
Danielle
Danielle le 25 Août 2011
Commenté : maira alvi le 5 Août 2015
Hello ! I have a .mat file with two variables. One is char array and the other double. Im able to save out the 2nd variable using save('a.txt', 'var2',' -ASCII') but im unable to save the var1 since its a combination of chars and numbers. csvwrite isnt working either. Please advice Thank you

Réponse acceptée

Fangjun Jiang
Fangjun Jiang le 25 Août 2011
There are many ways, depending what you want.
a=['adc',char(10),'123']
dlmwrite('test.txt',a,'delimiter','');
edit test.txt
  2 commentaires
Danielle
Danielle le 25 Août 2011
Thank you!
maira alvi
maira alvi le 5 Août 2015
Thank you!

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Cell Arrays dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by