How do I save handles struct from a GUI as a .txt file in a way I can then uploaded back to the GUI?

1 visualización (últimos 30 días)
I want to save my GUI data into a .txt file and then be able to upload that .txt file again to my GUI. I know I can use a .mat file, but I really want to use the .txt file.

Respuestas (1)

Walter Roberson
Walter Roberson el 19 de Oct. de 2019
If you do not care whether the file is human readable, then you can try using https://www.mathworks.com/matlabcentral/fileexchange/34564-fast-serialize-deserialize

Categorías

Más información sobre Structures en Help Center y File Exchange.

Productos


Versión

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by