Programming Previous page   Next Page

Types of Functions

MATLAB provides the following types of functions. Each function type is described in more detail in a later section of this documentation:

You might also see the term function functions in the documentation. This is not really a separate function type. The term function functions refers to any functions that accept another function as an input argument. You can pass a function to another function using a function handle.


Previous page  M-File Functions Identifying Dependencies Next page

© 1994-2005 The MathWorks, Inc.