Programming |
Importing Text Data
The section describes various ways to import text data into MATLAB. It covers these topics:
Caution When you import data into the MATLAB workspace, you overwrite any existing variable in the workspace with the same name. |
The MATLAB Import Wizard
The easiest way to import data into MATLAB is to use the Import Wizard. You do not need to know the format of the data to use this tool. You simply specify the file that contains the data and the Import Wizard processes the file contents automatically.
For more information, see Using the Import Wizard with Text Data.
Memory Mapping Demo | Using Import Functions with Text Data |
© 1994-2005 The MathWorks, Inc.