Programming and Data Types    

Function Handles


This chapter covers the following topics on function handles:
Overview
A brief introduction to function handles
Benefits of Using Function Handles
Benefits and a simple example
Constructing a Function Handle
Creating the handle
Evaluating a Function Through Its Handle
Executing a function through its handle
Displaying Function Handle Information
Returning information on the handle that you can use while debugging
Function Handle Operations
MATLAB functions that are useful with function handles
Saving and Loading Function Handles
Saving function handles for later use
Handling Error Conditions
How to handle certain error conditions
Historical Note - Evaluating Function Names
Support for evaluation of function name strings


  Cell Arrays of Structures Overview