External Interfaces |
Passing References
Many functions in external libraries use arguments that are passed by reference. To enable you to interact with these functions, MATLAB passes what is called a pointer object to these arguments. This should not be confused with "passing by reference" in the typical sense of the term. See Creating References for more information.
Passing Arguments | Data Conversion |
© 1994-2005 The MathWorks, Inc.