How can I stop printing both CR and LF when using 'help' function?

조회 수: 2 (최근 30일)
Lewis
Lewis 2020년 2월 11일
답변: Image Analyst 2022년 7월 30일
Hi all,
For some reason since I starting using 2019b, 'help' for all my own functions will print in double-line spacing to the command window! It never used to do this. I thought Windows natively used CRLF rather than just LF as a line ending, in my experience anyway MATLAB editor always has and still does use CRLF as a line end. I've checked with another file that only had LF as the line endings and it prints fine using help.
Obviously this is annoying, has anyone else experienced this? Or know an easy work around? I don't want to change all my code to just LFs.
Thanks in advance,
Lewis

답변 (1개)

Image Analyst
Image Analyst 2022년 7월 30일
Maybe try
format compact
in the command window.

카테고리

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

제품


릴리스

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by