|
|
| File Information |
| Description |
Exports any type of MATLAB data to a nicely formated csv-file, including fieldnames of structs and any multidimensional subscript-indices.
This tool is especially useful if you want to save the content of large structs and cell-arrays to an excel or ods sheet. Any to csv works recursively until all the content of a complicated object is written to a csv-spreadsheet and opens it in the standard csv application. There you can save it to e.g. xls or ods. |
| MATLAB release |
MATLAB 7.4 (R2007a)
|
| Other requirements |
Opening the csv-file after creation only works on os x and windows. |
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 12 Mar 2008 |
The empty cell bug is now finally gone. |
| 27 May 2008 |
- display struct fields horizontally or vertically -> line 128
- display content of cell/struct fields under or right to the subscripts/fieldname -> line 127
Thanks Jiro Doke for those two ideas!
- removed empty struct bug |
| 27 May 2008 |
New feature: struct fields can be arranged vertically or horizontally. Setting in line 128
New feature: horz. and vert. distance between subscript/fieldname and content of cell/structfield can be set in line 127
Thanks Jiro Doke for your comments! |
|
Contact us at files@mathworks.com