Help Command scrolled all the way down!

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

 Réponse acceptée

Walter Roberson
Walter Roberson le 19 Mar 2017

0 votes

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

1 commentaire

Steven Lord
Steven Lord le 19 Mar 2017
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.

Connectez-vous pour commenter.

Plus de réponses (1)

Catégories

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by