Filter löschen
Filter löschen

HOW CAN A .DAT FILE BE EDITED

6 Ansichten (letzte 30 Tage)
Ahmed Abed
Ahmed Abed am 8 Jun. 2017
Kommentiert: Ahmed Abed am 9 Jun. 2017
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 Kommentare
Jan
Jan am 9 Jun. 2017
Bearbeitet: Jan am 9 Jun. 2017
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 am 9 Jun. 2017
Sorry, I did not notice that, the file is uploaded now. Yes, the problem is solved and thanks for your support!

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Source Control Integration 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!

Translated by