How can I stop printing both CR and LF when using 'help' function?
Ältere Kommentare anzeigen
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
Antworten (1)
Image Analyst
am 30 Jul. 2022
Maybe try
format compact
in the command window.
Kategorien
Mehr zu Programming finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!