structwrite

Generate a text file from structure.
9 Downloads
Updated 3 Jul 2021

View License

[] = 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.

Cite As

Pedro Villena (2026). structwrite (https://se.mathworks.com/matlabcentral/fileexchange/95238-structwrite), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2021a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Tags Add Tags
Version Published Release Notes
1.0.1

description update

1.0.0