clearfun

Clear an built-in function.

📝 Syntax

  • l = clearfun(function_name)

  • l = clearfun(function_handle)

📥 Input argument

  • function_name - a string: function name.

  • function_handle - a function handle.

📤 Output argument

  • l - a logical

📄 Description

clearfun clears built-in.

💡 Example

🔗 See also

feval.

🕔 History

Version
📄 Description

1.0.0

initial version

Last updated

Was this helpful?