Clear Filters
Clear Filters

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

8 views (last 30 days)
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

Answers (1)

Image Analyst
Image Analyst on 30 Jul 2022
Maybe try
format compact
in the command window.

Categories

Find more on Get Started with MATLAB in Help Center and File Exchange

Products


Release

R2019b

Community Treasure Hunt

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

Start Hunting!