Filter löschen
Filter löschen

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

2 Ansichten (letzte 30 Tage)
Lewis
Lewis am 11 Feb. 2020
Beantwortet: Image Analyst am 30 Jul. 2022
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
Image Analyst am 30 Jul. 2022
Maybe try
format compact
in the command window.

Kategorien

Mehr zu Get Started with MATLAB finden Sie in Help Center und File Exchange

Produkte


Version

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by