Effacer les filtres
Effacer les filtres

write into file .txt ?

1 vue (au cours des 30 derniers jours)
amira hl
amira hl le 9 Juin 2015
hi this is part of the code
G=char(bin2dec(char(bin+'0')))'
fid = fopen( 'results.txt', 'wt' );
fprintf( fid, '%f\n', G);
this is what G is
G =
the pa
the text file results
116.000000
104.000000
101.000000
32.000000
112.000000
97.000000
i want to write G letters into results.txt, how is that done?

Réponse acceptée

Walter Roberson
Walter Roberson le 9 Juin 2015
fprintf( fid, '%s\n', G);

Plus de réponses (0)

Catégories

En savoir plus sur Data Import and Export dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by