필터 지우기
필터 지우기

HOW CAN A .DAT FILE BE EDITED

조회 수: 6 (최근 30일)
Ahmed Abed
Ahmed Abed 2017년 6월 8일
댓글: Ahmed Abed 2017년 6월 9일
Hi; I trying to change a certain number in a DAT file, the file consists of numbers and text as shown
The problem is every time I edit the file using commands like fprintf to overwrite the file, the external programme that supposes the read and executes the file gives me an error because it is not able to read the file anymore. please, is there a way to edit and save the file while it is still readable? Thanks
  댓글 수: 12
Jan
Jan 2017년 6월 9일
편집: Jan 2017년 6월 9일
As we see in this screenshot, you try to attach a .rar file. The error message tells clearly, that this is not supported, but a .zip file would work and .txt files also.
Nevertheless, your problem is solved and attaching the file is not needed anymore.
Instead of using 'wt' in fopen, you can replace the line breaks also by '\r\n'. Beside the Editor shipped with Windows, your application seems to require the DOS linebreaks. What a pitty.
Ahmed Abed
Ahmed Abed 2017년 6월 9일
Sorry, I did not notice that, the file is uploaded now. Yes, the problem is solved and thanks for your support!

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Source Control Integration에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by