How to print text in an existing txt file in an existing txt file?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Benson Gou
am 9 Mai 2020
Bearbeitet: Benson Gou
am 10 Mai 2020
Dear All,
I tried the following cases:
1. fprintf('Hello <strong>bold</strong> world.\n')
2. fileID = fopen('GeneralResults.txt','w');
fprintf(fileID, 'Hello <strong>bold</strong> world.\n')
Case 1 worked well, but case 2 does not work. The only difference is 'fileID'.
I am wondering why I cannot write it in a file named "GeneralResults.txt".
Thanks a lot.
Benson
0 Kommentare
Akzeptierte Antwort
Hrijul Shende
am 9 Mai 2020
See https://in.mathworks.com/matlabcentral/answers/22744-how-to-bold-italics-sentence-using-fprintf-in-matlab#answer_29925
1 Kommentar
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Waveform Generation finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!