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

ismex

Check for the existence of a mex function.

Syntax

  • tf = ismex(name)

Input argument

  • name - a string: mex function name.

Output argument

  • tf - a logical: true if mex exists.

Description

ismex checks for the existence of a mex function.

Example

ismex('isbuiltin')
ismex('exist')
ismex('exist')

See also

isbuiltin, ismacro.

History

VersionDescription
1.0.0initial version

Author

Allan CORNET