External Interfaces Previous page   Next Page

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.


Previous page  Passing Arguments Data Conversion Next page

© 1994-2005 The MathWorks, Inc.