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

ismacro

Check for the existence of a macro (function).

Syntax

  • tf = ismacro(name)

Input argument

  • name - a string: macro name.

Output argument

  • tf - a logical: true if macro exists.

Description

isbuiltin checks for the existence of a macro.

Example

ismacro('isbuiltin')
ismacro('exist')

See also

isbuiltin.

History

VersionDescription
1.0.0initial version

Author

Allan CORNET