Write Cell Array to Text File
by Roland Pfister
22 Sep 2009
(Updated 12 Oct 2010)
A cell array is written to a delimited output file, incl. options for appending & custom delimiters.
|
Watch this File
|
| File Information |
| Description |
This submission works similar as Sylvain Fiedlers / Rob Kohrs "cell2csv.m". Thus, any cell array containing numbers and/or strings can be written to an output file.
dlmcell.m, however, has two main advantages:
(1) It is possible to append the cell array to an existing file.
(2) Even numbers or words that are stored as <1,1> cell within the cell array can be read. |
| Acknowledgements |
The author wishes to acknowledge the following in the creation of this submission:
cell2csv
|
| MATLAB release |
MATLAB 7.8 (R2009a)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 12 Oct 2010 |
Little bugfix concerning %-signs. |
|
Contact us at files@mathworks.com