structwrite

Generate a text file from structure.
9 download
Aggiornato 3 lug 2021

Visualizza la licenza

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

Cita come

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

Compatibilità della release di MATLAB
Creato con R2021a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Versione Pubblicato Note della release
1.0.1

description update

1.0.0