Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

doc

Displays documentation.

Syntax

  • doc
  • doc function_name
  • doc('function_name')

Input argument

  • function_name - a string: function name

Description

doclaunches help browser.

doc('function_name')displays the help about function designed by 'function_name'.

Examples

doc()
doc sin
doc is

History

VersionDescription
1.0.0initial version

Author

Allan CORNET