structwrite

版本 1.0.1 (2.1 KB) 作者: Pedro Villena
Generate a text file from structure.
8.0 次下载
更新时间 2021/7/3

查看许可证

[] = structwrite(struct, ext)
Where: struct => structure name
ext => text file extension
file <= text file name
Example:
file = structwrite(myStruct,'xml');
file = structwrite(myStruct,'csv');
movefile(file,'myFileName');
See also XMLWRITE, NUM2STR, MOVEFILE.

引用格式

Pedro Villena (2024). structwrite (https://www.mathworks.com/matlabcentral/fileexchange/95238-structwrite), MATLAB Central File Exchange. 检索时间: .

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

Community Treasure Hunt

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

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

description update

1.0.0