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
ismacro checks for the existence of a macro.
💡 Example
ismacro('isbuiltin')
ismacro('exist')🔗 See also
🕔 History
Version
📄 Description
1.0.0
initial version
Last updated
Was this helpful?