textfile
by Ben Mitch
21 Nov 2010
(Updated 22 Nov 2010)
Provides a one-call interface to read/write flat text files or line-based text files.
|
Watch this File
|
| File Information |
| Description |
This convenience function provides one-call read/write access to a flat text or line-based text file using calls of the following form.
content = textfile(filename);
textfile(filename, content);
The content can be returned as a char array, or a cell array of lines in the file. Some additional options are provided (see help). |
| MATLAB release |
MATLAB 7.10 (2010a)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 22 Nov 2010 |
Linux implementation was broken, now is fixed. |
|
Contact us at files@mathworks.com