About 208,000 results
Open links in new tab
  1. Function Handles - MATLAB & Simulink - MathWorks

    A function handle is a MATLAB ® data type that represents a function. A typical use of function handles is to pass a function to another function. For example, you can use function handles as input …

  2. Create Function Handle - MATLAB & Simulink - MathWorks

    Create Function Handle What Is a Function Handle? A function handle is a MATLAB ® data type that stores an association to a function. Indirectly calling a function enables you to invoke the function …

  3. function_handle - Handle to function - MATLAB - MathWorks

    A function handle is a MATLAB ® data type that represents a function. A typical use of function handles is to pass a function to another function. For example, you can use function handles as input …

  4. functions - Information about function handle - MATLAB

    s = functions(fh) returns information about a function handle. This information includes the function name, type, and file name. Use the functions function for querying and debugging purposes only.

  5. matlab - What is a function handle and how is it useful ... - Stack ...

    Apr 28, 2009 · The function handle operator in MATLAB acts essentially like a pointer to a specific instance of a function. Some of the other answers have discussed a few of its uses, but I'll add …

  6. at symbol - Create anonymous functions and function handles, call ...

    The at symbol (@) creates handles to anonymous and named functions, and is also used to call superclass methods from within a subclass.

  7. matlabFunction - Convert symbolic expression to function handle or …

    This MATLAB function converts the symbolic expression or function f to a MATLAB function with handle ht.

  8. Pass Function to Another Function - MATLAB & Simulink - MathWorks

    You can use function handles as input arguments to other functions, which are called function functions. These functions evaluate mathematical expressions over a range of values. Typical function …

  9. str2func - Construct function handle from character vector - MATLAB

    This MATLAB function constructs a function handle, fh, from a function name or text representation of an anonymous function.

  10. Handle Object Behavior - MATLAB & Simulink - MathWorks

    Creates another variable, h2, that refers to the same object as h. For example, the MATLAB audioplayer function creates a handle object that contains the audio source data to reproduce a specific sound …