How can I save data with a prompt ui in Matlab App Designer based app?

2 visualizaciones (últimos 30 días)
I need to save some data generated by the app. I tried the following code but the program cannot locate these variables:
uisave({'app.dataA', 'app.dataB'});

Respuestas (1)

Walter Roberson
Walter Roberson el 14 de Jun. de 2017
Editada: Walter Roberson el 14 de Jun. de 2017
Assign those to local variables and uisave the local variables. app.dataA is not a variable: it is a structure reference or object property reference.

Categorías

Más información sobre Develop Apps Using App Designer en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by