Function_handle functions
The Function Handle Type module provides tools for creating and managing function handles in Nelson.
It supports anonymous functions, conversion between strings and function handles, and verification of function handle objects.
This module enables flexible and dynamic function invocation, allowing functions to be passed, stored, and executed programmatically.
Functions
Anonymous Functions - Anonymous Functions.
func2str - Return a function handle constructed from a string.
isfunction_handle - Checks if value is a function handle.
str2func - Returns a function handle from a string.
Last updated
Was this helpful?