Signal Processing Toolbox Previous page   Next Page

Working with Data

The examples in the preceding sections obtain data in one of two ways:

Some applications, however, may need to import data from outside MATLAB. Depending on your data format, you can do this in the following ways:

Other resources are also useful, such as a high-level language program (in Fortran or C, for example) that converts your data into MAT-file format - see the MATLAB External Interfaces/API Reference documentation for details. MATLAB reads such files using the load command.

Similar techniques are available for exporting data generated within MATLAB. See the MATLAB documentation for more details on importing and exporting data.


Previous page  The Dirichlet Function Filter Implementation and Analysis Next page

© 1994-2005 The MathWorks, Inc.