struct2csv

Output a structure to a .csv file, with column headers
11,5K téléchargements
Mise à jour 18 juin 2013

Afficher la licence

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

Citation pour cette source

James Slegers (2024). struct2csv (https://www.mathworks.com/matlabcentral/fileexchange/34889-struct2csv), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R14
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
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