man: Reading documentation from the top

Versión 1.0.0.0 (665 Bytes) por Bergercookie
man allows the user to read the documentation of a command from the beggining of it.
7,2K descargas
Actualizado 24 abr 2015

Ver licencia

man is basically a wrapper around the help command. It allows the user to start reading the documentation from the beginning of it and move down using any key.
Things to consider:
- takes the command as a string.
- use 'q' to exit help
- use <space> to move down half a page

Example:
man('help') % show the documentation of the help command
man('repmat') % show the documentation of the repmat command

Citar como

Bergercookie (2024). man: Reading documentation from the top (https://www.mathworks.com/matlabcentral/fileexchange/50613-man-reading-documentation-from-the-top), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2014a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Characters and Strings en Help Center y MATLAB Answers.
Etiquetas Añadir etiquetas

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0