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
🕔 History
Version
📄 Description
1.0.0
initial version
Last updated
Was this helpful?