newline

6 views (last 30 days)
DSP Masters
DSP Masters on 17 Nov 2011
Answered: Voss on 28 Dec 2021
Hi, Anybody please help me in solving this problem.. I am writing an array of binary data into a file. After writing each binaryvalue the file pointer is to point to the next line. How to do t his..???
Thanks and regards, soumya
  1 Comment
Jan
Jan on 17 Nov 2011
What exactly does "next line" mean in a binary file?

Sign in to comment.

Answers (1)

Voss
Voss on 28 Dec 2021
You would have to put a newline() character in there, e.g., fprintf(fid,'\n'); The file pointer will then point to the next byte after that, i.e., ready to put the next data or whatever immediately after the newline.

Categories

Find more on Phased Array Design and Analysis in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!