Module 2, part 4. File I/O
Contents
No. | Topic | Description |
---|---|---|
1a. | Reading a text file PDF | This one-page document explains the three basic steps to reading a plain text (ASCII) file. |
1b. | Writing a text file PDF | This one-page document shows how to write text and numeric data to a plain text (ASCII) file. |
2. | Reading a numeric data file Read Chapman §2.7 |
Learn how to read a numeric data file. |
3. | Output to file Read Chapman § 2.6, 2.7 |
Learn how to write numerica data to file using the MATLAB format. |