Cell Array to CSV-file [cell2csv.m]

版本 1.1.0.0 (1.9 KB) 作者: Sylvain Fiedler
Writes a cell array into a comma separated values text file (*.csv)
30.2K 次下载
更新时间 2010/11/3

查看许可证

This function writes a cell array into a CSV-file.
It works with empty cells, numeric, char, string and logical cells. One array can contain all of them, but only one value per cell.

CSV-files can then be read by Excel, so you don't need DDE or ActiveX.

引用格式

Sylvain Fiedler (2024). Cell Array to CSV-file [cell2csv.m] (https://www.mathworks.com/matlabcentral/fileexchange/4400-cell-array-to-csv-file-cell2csv-m), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2009a
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

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

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

Added the choice of the decimal separator

1.0.0.0

Fixed the bug when cell array contained a logical variable