write into file .txt ?

1 回表示 (過去 30 日間)
amira hl
amira hl 2015 年 6 月 9 日
回答済み: Walter Roberson 2015 年 6 月 9 日
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?

採用された回答

Walter Roberson
Walter Roberson 2015 年 6 月 9 日
fprintf( fid, '%s\n', G);

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeEnvironment and Settings についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by