dlmcell

版本 1.3.0.1 (2.3 KB) 作者: Roland Pfister
A cell array is written to a delimited output file, incl. options for appending & custom delimiters.
13.1K 次下载
更新时间 2019/2/13

查看许可证

编者注: This file was selected as MATLAB Central Pick of the Week

This submission works similar as Sylvain Fiedlers / Rob Kohrs "cell2csv.m". Thus, any cell array containing numbers and/or strings can be written to an output file.

dlmcell.m, however, has two main advantages:

(1) It is possible to append the cell array to an existing file.

(2) Even numbers or words that are stored as <1,1> cell within the cell array can be read.

引用格式

Roland Pfister (2024). dlmcell (https://www.mathworks.com/matlabcentral/fileexchange/25387-dlmcell), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2009a
兼容任何版本
平台兼容性
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.3.0.1

Includes the latest edits as suggested and implemented by Andrew Ferrell on Feb. 9, 2019.

1.3.0.0

Includes the latest edits as suggested and implemented by Andrew Ferrell on Feb. 9, 2019.

1.2.0.0

Bugfixes and corrections.

1.1.0.0

Little bugfix concerning %-signs.

1.0.0.0