CELLWRITE

Cellwrite writes mixed cell array data to a CSV file.
3.7K Downloads
Updated 6 Apr 2005

View License

Editor's Note: This file was selected as MATLAB Central Pick of the Week

This function implements the basic functionallity of csvwrite but operates on cell arrays of mixed data (numeric and string) instead of arrays of numeric data.

CELLWRITE(FILENAME, C) writes the cell array C to FILENAME as comma separated values.

Performance tests on 1000 by 100 matrices of random numeric data show performance nearly identical to CSVWRITE.

Cite As

Francis Barnhart (2024). CELLWRITE (https://www.mathworks.com/matlabcentral/fileexchange/7363-cellwrite), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R13
Compatible with any release
Platform Compatibility
Windows macOS Linux
Acknowledgements

Inspired: SynaptophysinROIDilation, Percent Area ROI

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0