structwrite

Generate a text file from structure.

You are now following this Submission

[] = 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://au.mathworks.com/matlabcentral/fileexchange/95238-structwrite), MATLAB Central File Exchange. Retrieved .

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.1

description update

1.0.0