Auto Scrolling in LiveScript output
조회 수: 22 (최근 30일)
이전 댓글 표시
I am currently writing a livescript for a genetic algorithm, and it outputs a text status showing every generation it completes. After about 50 lines of output, the text output region in the livescript becomes scrollable, however, every time another output is addded it automatically scrolls to the top of the output region instead of showing the latest output at the bottom, and whenever I scroll down in the output region to see the latest output, it ignores my mouse input and auto scrolls to the top, which is very annoying.
Is there any way to circumvent this behavior?
Yes, I could just use a normal .m file to run the program and view output in the command window, but I want the nice PDF layout from the .mlx format, so I'd like to figure this specific situation out.
댓글 수: 2
답변 (1개)
Jared MacDonald
2021년 3월 2일
Hi Mason,
You can turn this off by right-clicking in the outputs area and selecting "Disable Synchronous Scrolling":
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/536391/image.png)
Jared
댓글 수: 2
Bruce
2024년 5월 22일
편집: Bruce
2024년 5월 22일
For the record, it disables a different anoying behaviour - scrolling to "corresponding" position in the code and output and it stops the cursor going to the top. But, it does not keep it at the bottom. Just leaves it where it is. Which is not much of an improvement.
참고 항목
카테고리
Help Center 및 File Exchange에서 Genetic Algorithm에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!