Hi Everyone,
I am running Matlab 2016 B on Windows 10.
When i use the help command, such as "help help" the results are all scrolled to the bottom, to read it, i need to scroll all the way up. Am I doing something wrong? or is this default so that i the help file is 100 pages long, i will need to scroll up 100 pages to read from the beginning?
I tried help help, also help help /p hopefully getting a page break option
Cheers Nelson

 채택된 답변

Walter Roberson
Walter Roberson 2017년 3월 19일

0 개 추천

MATLAB does not put in page pauses for any of its output.

댓글 수: 1

Steven Lord
Steven Lord 2017년 3월 19일
You can force MATLAB to pause after displaying a screen of text using the more function.
But if you're looking at a function that has 100 pages of help text, that's way too much IMO. That information should (again IMO) be in a documentation page not help text. To create that documentation, either use the information in this documentation page for class documentation or this documentation page to create documentation for a toolbox. Then access that documentation using the doc function instead of the help function.

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

카테고리

도움말 센터File Exchange에서 Desktop에 대해 자세히 알아보기

제품

질문:

2017년 3월 19일

댓글:

2017년 3월 19일

Community Treasure Hunt

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

Start Hunting!

Translated by