Windows(CR LF) to Unix (LF)

조회 수: 88 (최근 30일)
Matthew Tyler Jeffries
Matthew Tyler Jeffries 2019년 3월 13일
편집: per isakson 2019년 3월 14일
I am using the matlab function "writetable" to creat a .txt file that I can open with Notepad++. However, Notepad++ opens the document as Windows (CR LF), but I would like it to automatically open it as Unix (LF). Is there a code I can use in matlab to fix this?
Thank you.

채택된 답변

per isakson
per isakson 2019년 3월 14일
편집: per isakson 2019년 3월 14일
You have a few options
  • Open the file in Notepad++ and replace CRLF by LF as shown by the screen clip below.
  • Use the solution, "Better control of the format", which I provided in my answer to your previous question. AFAIK: writetabel() doesn't let you control the new line character.
  • Use writetable() and thereafter read the file, replace CRLF by LF, and overwrite the text file.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Search Path에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by