structwrite

Generate a text file from structure.
8 descargas
Actualizado 3 jul 2021

Ver licencia

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

Citar como

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

Compatibilidad con la versión de MATLAB
Se creó con R2021a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Etiquetas Añadir etiquetas

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0.1

description update

1.0.0