|
|
| File Information |
| Description |
str2file writes a cell array of strings into a file
Input:
* str ... cell array of strings, i.e. str = {'aa','bbbb','','cc'}
* file ... name of the file, i.e. file = 'test.txt'
* (optional) directory ... destination directory
Output:
* A text file.
Example
Write cell array to textfile.
+ str2file( {'aa','bbbb','','cc'}, 'test.txt' );
See also: file2str |
| Acknowledgements |
This submission has inspired the following:
cell2file
|
| MATLAB release |
MATLAB 7.0.4 (R14SP2)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (6) |
| 15 Dec 2006 |
Nathan(them) Orloff
|
|
|
| 29 Mar 2007 |
Christoph Lenniger
|
|
|
| 30 Apr 2007 |
Jeremy Short
|
|
|
| 11 May 2007 |
Aman Siddiqi
|
|
|
| 17 Aug 2007 |
B J
|
|
|
| 31 May 2009 |
David Silver
|
|
|
|
Contact us at files@mathworks.com