struct2csv

版本 1.4.0.0 (1.9 KB) 作者: James Slegers
Output a structure to a .csv file, with column headers
11.5K 次下载
更新时间 2013/6/18

查看许可证

STRUCT2CSV(s,fn)

Output a structure of matrices and cell arrays to a comma delimited file with field names as column headers. A simple method for exporting data structures.

s : any structure composed of one or more matrices and/or cell arrays
fn : file name

Written by James Slegers, james.slegers_at_gmail.com

Covered by the BSD License

引用格式

James Slegers (2024). struct2csv (https://www.mathworks.com/matlabcentral/fileexchange/34889-struct2csv), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R14
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Text Files 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.4.0.0

Rewrote significant portions of code, in response to noted bugs. Hopefully, the noted bugs have been remedied.

1.0.0.0