<< ismacro | Functions manager | macroargs >> |
tf = ismex(name) |
a string: mex function name.
a logical: true if mex exists.
ismex checks for the existence of a mex function.
ismex('isbuiltin')
ismex('exist')
ismex('exist')
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET