problem when write first line to text file
Mostrar comentarios más antiguos
hi: I met some problem when tried to write the first line to text file. below is what the base test file was.

I use the command:
fid = fopen('test.txt','r+')
fprintf(fid,'%s\n','abc');
fclose(fid)
but the result becomes like below:

the first number is deleted.but I could not find why.
could anyone give me some suggestions?
thanks! Li
1 comentario
KSSV
el 6 de Mzo. de 2017
I think you cannot write in first line. Better read the content and write to a new text file with first line of your choice.
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Standard File Formats en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!